Skip to content

Commit

Permalink
Merge pull request containerd#10784 from austinvazquez/cherry-pick-7b…
Browse files Browse the repository at this point in the history
…1809851348d33b0b06729aa50b82a343ea8c80-to-release-1.6

[release/1.6 backport] Update runner images to macOS13
  • Loading branch information
estesp authored Oct 7, 2024
2 parents dec6115 + 1c96f23 commit 572a6c2
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 @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019]
os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019]

steps:
- name: Install dependencies
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022]
os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019, windows-2022]
go-version: ["1.22.7", "1.23.1"]
steps:
- name: Install dependencies
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:
tests-mac-os:
name: MacOS unit tests
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 10
needs: [linters, protos, man]
env:
Expand Down

0 comments on commit 572a6c2

Please sign in to comment.