Skip to content

Commit 79aa990

Browse files
committed
chore: test on linux only
1 parent edc5eea commit 79aa990

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-latest, macos-latest, windows-latest]
13+
os: [ubuntu-latest]
1414
dc: [dmd-latest, ldc-latest]
15-
exclude:
16-
- os: macos-latest
17-
dc: dmd-latest # dmd is not available on macOS ARM runners
1815
runs-on: ${{ matrix.os }}
1916
timeout-minutes: 30
2017
steps:

0 commit comments

Comments
 (0)