Skip to content

Commit f4d05f2

Browse files
committed
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]>
1 parent db3ecb2 commit f4d05f2

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.18.4]
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.17.12', '1.18.4']
219219
steps:
220220
- uses: actions/setup-go@v2
@@ -518,7 +518,7 @@ jobs:
518518
519519
tests-mac-os:
520520
name: MacOS unit tests
521-
runs-on: macos-10.15
521+
runs-on: macos-12
522522
timeout-minutes: 10
523523
needs: [project, linters, protos, man]
524524
env:

0 commit comments

Comments
 (0)