chore: bump macos runner version
GitHub Action is sunsetting the macOS 10.15 Actions runner. It will stop working intermittently until being completely removed by 2022-8-30: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22 Signed-off-by: Baoshuo Ren <i@baoshuo.ren>
This commit is contained in:
parent
db3ecb286b
commit
f4d05f2073
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.18.4]
|
go-version: [1.18.4]
|
||||||
os: [ubuntu-18.04, macos-10.15, windows-2019]
|
os: [ubuntu-18.04, macos-12, windows-2019]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
@ -214,7 +214,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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.17.12', '1.18.4']
|
go-version: ['1.17.12', '1.18.4']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
@ -518,7 +518,7 @@ jobs:
|
|||||||
|
|
||||||
tests-mac-os:
|
tests-mac-os:
|
||||||
name: MacOS unit tests
|
name: MacOS unit tests
|
||||||
runs-on: macos-10.15
|
runs-on: macos-12
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
needs: [project, linters, protos, man]
|
needs: [project, linters, protos, man]
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user