Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Jun 13, 2024
1 parent 273207b commit 206c592
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macOS-13]
dc: [dmd-latest, ldc-latest]
arch: [x86_64]
exclude:
- {os: macOS-latest, dc: dmd-latest, arch: x86_64}

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

0 comments on commit 206c592

Please sign in to comment.