Skip to content

Commit

Permalink
CI: restrict dmd to macOS latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo39 committed May 5, 2024
1 parent 433d1eb commit c3267d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
dmd: gdc-12
host: macos-latest

# Restrict DMD to macOS
- compiler:
dmd: dmd
host: macos-latest

# Omit dub builds for GDC because dub rejects the old fronted revision
- compiler:
dmd: gdc-12
Expand Down

0 comments on commit c3267d7

Please sign in to comment.