Skip to content

Commit

Permalink
chore: bump macos runner version (#213)
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 Sep 20, 2022
1 parent abef5a1 commit 3971490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

# OSX, clang
# sanitize disabled: there are too many issues in serialization and not enough time to add suppressions
- { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-10.15 }
- { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-11 }

# Coverity Scan
# requires two github secrets in repo to activate; see ci/github/coverity.sh
Expand Down

0 comments on commit 3971490

Please sign in to comment.