Skip to content

Commit

Permalink
don't use macos-latest for older DMD versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush authored Jan 7, 2023
1 parent bd82f0c commit 266d935
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
compiler:
- dmd-latest
- ldc-latest
- dmd-2.100.2
- dmd-2.099.1
- dmd-2.098.1
- dmd-2.097.2
Expand All @@ -31,6 +32,8 @@ jobs:
exclude:
- { os: windows-latest, compiler: dmd-2.098.1 }
- { os: windows-latest, compiler: dmd-2.097.2 }
- { os: macos-latest, compiler: dmd-2.098.1 }
- { os: macos-latest, compiler: dmd-2.097.2 }

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 266d935

Please sign in to comment.