Skip to content

Commit a844f0d

Browse files
committed
only macOS x86 support for now
1 parent 2c6080c commit a844f0d

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-latest]
12+
os: [ubuntu-latest, windows-latest, macOS-13]
1313

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

0 commit comments

Comments
 (0)