Skip to content

Commit

Permalink
fix macOS CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaloupka committed May 20, 2023
1 parent 652a09c commit 1fdc147
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
name: tests
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest]
dc: [dmd-latest, ldc-latest, dmd-2.095.1, dmd-2.094.2, ldc-1.27.1, ldc-1.25.1, ldc-1.24.0, dmd-2.091.1]
os: [ubuntu-latest, windows-latest, macOS-latest]
dc: [dmd-latest, ldc-latest]
include:
- { os: ubuntu-latest, dc: dmd-2.094.2, arch: x86_64 }
- { os: ubuntu-latest, dc: dmd-2.091.1, arch: x86_64 }
- { os: ubuntu-latest, dc: ldc-1.23.0, arch: x86_64 }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install D compiler
uses: dlang-community/setup-dlang@v1
with:
Expand Down

0 comments on commit 1fdc147

Please sign in to comment.