Skip to content

Commit d2565d4

Browse files
authored
Merge pull request containerd#10781 from austinvazquez/upgrade-macos-runner-image
Update runner images to macOS13
2 parents 59ffbf4 + 7b18098 commit d2565d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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)