Skip to content

Commit

Permalink
Update runner images to macOS13
Browse files Browse the repository at this point in the history
This change upgrades the runner images in CI to macOS 13. macOS 12
runners are being deprecated.

See actions/runner-images#10721 for more
information.

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Oct 7, 2024
1 parent 59ffbf4 commit 7b18098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-24.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019]
os: [ubuntu-24.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019]
exclude:
- os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }}

Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022]
os: [ubuntu-22.04, ubuntu-24.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019, windows-2022]
go-version: ["1.22.7", "1.23.1"]
exclude:
- os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }}
Expand Down Expand Up @@ -659,7 +659,7 @@ jobs:
tests-mac-os:
name: MacOS unit tests
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 10
needs: [project, linters, protos, man]
env:
Expand Down

0 comments on commit 7b18098

Please sign in to comment.