Skip to content

Commit

Permalink
Merge pull request #7230 from estesp/cp-7206
Browse files Browse the repository at this point in the history
[release/1.6] Backport: bump macos runner version
  • Loading branch information
estesp committed Jul 29, 2022
2 parents 2e236d4 + 12cae49 commit 7438c0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
go-version: [1.17.12]
os: [ubuntu-18.04, macos-10.15, windows-2019]
os: [ubuntu-18.04, macos-12, windows-2019]

steps:
- uses: actions/setup-go@v2
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04, macos-10.15, windows-2019, windows-2022]
os: [ubuntu-18.04, macos-12, windows-2019, windows-2022]
go-version: ['1.16.15', '1.17.12']

steps:
Expand Down Expand Up @@ -462,7 +462,7 @@ jobs:
tests-mac-os:
name: MacOS unit tests
runs-on: macos-10.15
runs-on: macos-12
timeout-minutes: 10
needs: [project, linters, protos, man]
env:
Expand All @@ -489,7 +489,7 @@ jobs:
vagrant:
name: Vagrant
# nested virtualization is only available on macOS hosts
runs-on: macos-10.15
runs-on: macos-12
timeout-minutes: 45
needs: [project, linters, protos, man]
strategy:
Expand Down Expand Up @@ -560,7 +560,7 @@ jobs:
cgroup2-misc:
name: CGroupsV2 - rootless CRI test
# nested virtualization is only available on macOS hosts
runs-on: macos-10.15
runs-on: macos-12
timeout-minutes: 45
needs: [project, linters, protos, man]
steps:
Expand Down

0 comments on commit 7438c0a

Please sign in to comment.