Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/1.6] Backport: bump macos runner version #7230

Merged
merged 2 commits into from Jul 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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