Skip to content

Commit 7b18098

Browse files
committed
Update runner images to macOS13
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 <[email protected]>
1 parent 59ffbf4 commit 7b18098

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

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

@@ -190,7 +190,7 @@ jobs:
190190

191191
strategy:
192192
matrix:
193-
os: [ubuntu-22.04, ubuntu-24.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022]
193+
os: [ubuntu-22.04, ubuntu-24.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019, windows-2022]
194194
go-version: ["1.22.7", "1.23.1"]
195195
exclude:
196196
- os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }}
@@ -659,7 +659,7 @@ jobs:
659659
660660
tests-mac-os:
661661
name: MacOS unit tests
662-
runs-on: macos-12
662+
runs-on: macos-13
663663
timeout-minutes: 10
664664
needs: [project, linters, protos, man]
665665
env:

0 commit comments

Comments
 (0)