From 1c96f23918b6d1f76edf0adae94eba1f5a54e19f Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Mon, 7 Oct 2024 01:31:05 +0000 Subject: [PATCH] Update runner images to macOS13 This change upgrades the runner images in CI to macOS 13. macOS 12 runners are being deprecated. See https://github.com/actions/runner-images/issues/10721 for more information. Signed-off-by: Austin Vazquez (cherry picked from commit 7b1809851348d33b0b06729aa50b82a343ea8c80) Signed-off-by: Austin Vazquez --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ab2c19384e6..9ddc96534d6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: - os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019] + os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019] steps: - name: Install dependencies @@ -217,7 +217,7 @@ jobs: strategy: matrix: - os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022] + os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019, windows-2022] go-version: ["1.22.7", "1.23.1"] steps: - name: Install dependencies @@ -485,7 +485,7 @@ jobs: tests-mac-os: name: MacOS unit tests - runs-on: macos-12 + runs-on: macos-13 timeout-minutes: 10 needs: [linters, protos, man] env: