Skip to content

Commit

Permalink
Set dmd 2.106.1 to min on Mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Nov 2, 2024
1 parent e2e23a2 commit d43e933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
## macos-13 is the latest Mac runner with Intel cpu
- { os: macos-13, compiler: dmd-latest }
- { os: macos-13, compiler: ldc-latest }
- { os: macos-13, compiler: dmd-2.103.1 }
- { os: macos-13, compiler: dmd-2.106.1 }
- { os: macos-13, compiler: ldc-1.32.2 }
exclude:
- { os: windows-latest, compiler: dmd-2.098.1 }
Expand Down

0 comments on commit d43e933

Please sign in to comment.