Skip to content

Commit

Permalink
chore: bump macos runner version (#150)
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 Jul 26, 2022
1 parent 7f49cec commit 8003232
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
os: ubuntu-20.04
- toolset: clang
cxxstd: "03,11,14,17,2a"
os: macos-10.15
os: macos-11

runs-on: ${{matrix.os}}

Expand Down Expand Up @@ -156,9 +156,9 @@ jobs:
shared: OFF
- os: ubuntu-20.04
shared: ON
- os: macos-10.15
- os: macos-11
shared: OFF
- os: macos-10.15
- os: macos-11
shared: ON

runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -211,9 +211,9 @@ jobs:
shared: OFF
- os: ubuntu-20.04
shared: ON
- os: macos-10.15
- os: macos-11
shared: OFF
- os: macos-10.15
- os: macos-11
shared: ON

runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 8003232

Please sign in to comment.