Skip to content

Commit 2d3e341

Browse files
committed
Only run macos-latest build with ldc
1 parent 179ecf1 commit 2d3e341

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dub.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,17 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ ubuntu-latest, windows-latest, macos-latest ]
25+
os: [ ubuntu-latest, windows-latest, macos-14 ]
2626
compiler:
2727
- dmd-latest
2828
- ldc-latest
2929
- dmd-2.101.2
3030
- dmd-2.098.1
3131
- ldc-1.31.0 # eq to dmd v2.101.2
3232
- ldc-1.28.1 # eq to dmd v2.098.1
33+
include:
34+
- compiler: ldc-latest
35+
os: macos-latest
3336
steps:
3437
- uses: actions/checkout@v3
3538

0 commit comments

Comments
 (0)