Skip to content

Commit

Permalink
Merge pull request containerd#10781 from austinvazquez/upgrade-macos-…
Browse files Browse the repository at this point in the history
…runner-image

Update runner images to macOS13
  • Loading branch information
estesp authored Oct 7, 2024
2 parents 59ffbf4 + 7b18098 commit d2565d4
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 d2565d4

Please sign in to comment.