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 <macedonv@amazon.com>
This commit is contained in:
Austin Vazquez 2024-10-07 01:31:05 +00:00
parent 59ffbf4ce3
commit 7b18098513
No known key found for this signature in database
GPG Key ID: 5F5F4008442CADB8

View File

@ -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' }}
@ -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' }}
@ -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: