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 authored and WebFreak001 committed May 6, 2024
1 parent cc1a2c0 commit a8c4a58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
dmd: gdc-12
host: macos-latest

# Restrict DMD to macOS
# Restrict DMD to macOS latest
- compiler:
dmd: dmd
host: macos-latest
Expand All @@ -70,6 +70,10 @@ jobs:
include:
- { do_report: 1, build: { type: dub, version: 'current' }, host: 'ubuntu-22.04', compiler: { version: dmd-latest, dmd: dmd } }

- compiler:
dmd: dmd
host: macos-13

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

steps:
Expand Down

0 comments on commit a8c4a58

Please sign in to comment.