Skip to content

Commit 50e1d44

Browse files
committed
drop macOS from CI
seems to randomly break with x86 things
1 parent a844f0d commit 50e1d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
dcompiler: [dmd-latest, dmd-beta, dmd-master, dmd-2.094.2, ldc-latest, ldc-beta, ldc-master]
12-
os: [ubuntu-latest, windows-latest, macOS-13]
12+
os: [ubuntu-latest, windows-latest]
1313

1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)