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