Skip to content

Commit 3a4fe24

Browse files
authored
chore: bump macos runner version (#177)
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 c5850f6 commit 3a4fe24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
- 'doc/**'
1717
jobs:
1818
build:
19-
name: "MacOS 10.15 clang -std=c++${{matrix.cxxstd}}"
20-
runs-on: macos-10.15
19+
name: "MacOS 11 clang -std=c++${{matrix.cxxstd}}"
20+
runs-on: macos-11
2121
strategy:
2222
fail-fast: true
2323
matrix:

0 commit comments

Comments
 (0)