Skip to content

Commit 033f07b

Browse files
renbaoshuoarmfazh
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
1 parent 750ca5e commit 033f07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: Running on ${{ matrix.os }}
8383
strategy:
8484
matrix:
85-
os: [macos-10.15, windows-2019]
85+
os: [macos-11, windows-2019]
8686
steps:
8787
- name: Checkout
8888
uses: actions/checkout@v3

0 commit comments

Comments
 (0)