Skip to content

Commit a8c4a58

Browse files
kubo39WebFreak001
authored andcommitted
CI: specify macos-13 for DMD
1 parent cc1a2c0 commit a8c4a58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/default.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
dmd: gdc-12
5858
host: macos-latest
5959

60-
# Restrict DMD to macOS
60+
# Restrict DMD to macOS latest
6161
- compiler:
6262
dmd: dmd
6363
host: macos-latest
@@ -70,6 +70,10 @@ jobs:
7070
include:
7171
- { do_report: 1, build: { type: dub, version: 'current' }, host: 'ubuntu-22.04', compiler: { version: dmd-latest, dmd: dmd } }
7272

73+
- compiler:
74+
dmd: dmd
75+
host: macos-13
76+
7377
runs-on: ${{ matrix.host }}
7478

7579
steps:

0 commit comments

Comments
 (0)