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.
2 parents cbebd4e + 3706e10 commit 7acd218Copy full SHA for 7acd218
1 file changed
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- os: [ macos-latest, ubuntu-latest, windows-latest ]
+ os: [ macos-13, ubuntu-latest, windows-latest ]
19
dc: [ dmd-latest, ldc-latest ]
20
name: ${{ matrix.os }}, ${{ matrix.dc }}
21
runs-on: ${{ matrix.os }}
0 commit comments