CI: specify macos-13 for DMD
This commit is contained in:
parent
cc1a2c0178
commit
a8c4a588b2
|
@ -57,7 +57,7 @@ jobs:
|
||||||
dmd: gdc-12
|
dmd: gdc-12
|
||||||
host: macos-latest
|
host: macos-latest
|
||||||
|
|
||||||
# Restrict DMD to macOS
|
# Restrict DMD to macOS latest
|
||||||
- compiler:
|
- compiler:
|
||||||
dmd: dmd
|
dmd: dmd
|
||||||
host: macos-latest
|
host: macos-latest
|
||||||
|
@ -70,6 +70,10 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- { do_report: 1, build: { type: dub, version: 'current' }, host: 'ubuntu-22.04', compiler: { version: dmd-latest, dmd: dmd } }
|
- { 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 }}
|
runs-on: ${{ matrix.host }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue