We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d257f33 commit 192318eCopy full SHA for 192318e
.github/workflows/tests.yml
@@ -4,7 +4,7 @@ jobs:
4
appleclang:
5
strategy:
6
matrix:
7
- macos: [10.15, 11, 12]
+ macos: [10.15, 11, 12, 13]
8
standard: [17, 20]
9
fail-fast: false
10
name: "AppleClang (MacOS ${{ matrix.macos }}, C++${{ matrix.standard }})"
0 commit comments