Disable windows build

For now, disable any non-POSIX operating systems
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 12:39:30 +02:00 committed by GitHub
parent 40bc4470dc
commit 34f937df10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ permissions:
jobs:
test:
name: Dub Tests
name: Build
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
dc: [dmd-2.101.0]
exclude:
- { os: macOS-latest, dc: dmd-2.085.0 }