Skip to content

Commit

Permalink
CI: specify macos-13 for DMD
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo39 committed May 6, 2024
1 parent a968b9b commit f6c66f0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
]
host: [
ubuntu-22.04,
macos-latest,
macos-13,
windows-latest
]
build: [
Expand All @@ -57,11 +57,6 @@ 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 All @@ -70,6 +65,10 @@ jobs:
include:
- { do_report: 1, build: { type: dub, version: 'current' }, host: 'ubuntu-22.04', compiler: { version: dmd-latest, dmd: dmd } }

- compiler:
dmd: ldmd2
host: macos-latest

runs-on: ${{ matrix.host }}

steps:
Expand Down

0 comments on commit f6c66f0

Please sign in to comment.