Skip to content

Commit bc4091a

Browse files
renbaoshuoestesp
authored andcommitted
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 <[email protected]> (cherry picked from commit f4d05f2)
1 parent d972571 commit bc4091a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
go-version: [1.17.12]
24-
os: [ubuntu-18.04, macos-10.15, windows-2019]
24+
os: [ubuntu-18.04, macos-12, windows-2019]
2525

2626
steps:
2727
- uses: actions/setup-go@v2
@@ -214,7 +214,7 @@ jobs:
214214

215215
strategy:
216216
matrix:
217-
os: [ubuntu-18.04, macos-10.15, windows-2019, windows-2022]
217+
os: [ubuntu-18.04, macos-12, windows-2019, windows-2022]
218218
go-version: ['1.16.15', '1.17.12']
219219

220220
steps:
@@ -462,7 +462,7 @@ jobs:
462462
463463
tests-mac-os:
464464
name: MacOS unit tests
465-
runs-on: macos-10.15
465+
runs-on: macos-12
466466
timeout-minutes: 10
467467
needs: [project, linters, protos, man]
468468
env:

0 commit comments

Comments
 (0)