Skip to content

Commit

Permalink
Adjust matrix build to macOS only
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-zherikov committed Oct 24, 2024
1 parent 2523ce9 commit 63a0d17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
name: Matrix Build
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
dc: [dmd-latest, ldc-latest]
include:
- { os: macOS-latest, dc: ldc-latest }
os: [macOS-latest, macOS-13]
dc: [ldc-1.39, ldc-1.38]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 63a0d17

Please sign in to comment.