Skip to content

Commit

Permalink
chore: bump macos runner version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
renbaoshuo authored and armfazh committed Jul 25, 2022
1 parent 750ca5e commit 033f07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: Running on ${{ matrix.os }}
strategy:
matrix:
os: [macos-10.15, windows-2019]
os: [macos-11, windows-2019]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 033f07b

Please sign in to comment.