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 ba266eb commit a6b4140Copy full SHA for a6b4140
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
build:
21
strategy:
22
matrix:
23
- macos: [11, 12, latest]
+ macos: [latest, 13, 12, 11]
24
25
runs-on: macos-${{ matrix.macos }}
26
name: macos-${{ matrix.macos }}
0 commit comments