mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-14 19:54:00 +01:00
Skip testing on macos
Due to failing CI platform
This commit is contained in:
parent
5c9913595f
commit
70df17201c
2
.github/workflows/dub.yml
vendored
2
.github/workflows/dub.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||
os: [ ubuntu-latest, windows-latest ]
|
||||
compiler:
|
||||
- dmd-latest
|
||||
- ldc-latest
|
||||
|
|
Loading…
Reference in a new issue