Skip to content

Commit

Permalink
drop macOS from CI
Browse files Browse the repository at this point in the history
seems to randomly break with x86 things
  • Loading branch information
WebFreak001 committed Feb 5, 2024
1 parent a844f0d commit 50e1d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
dcompiler: [dmd-latest, dmd-beta, dmd-master, dmd-2.094.2, ldc-latest, ldc-beta, ldc-master]
os: [ubuntu-latest, windows-latest, macOS-13]
os: [ubuntu-latest, windows-latest]

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

0 comments on commit 50e1d44

Please sign in to comment.