We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e733f9 commit 443abacCopy full SHA for 443abac
.github/workflows/testing.yml
@@ -31,14 +31,14 @@ jobs:
31
os: [ubuntu-latest]
32
environment-file:
33
- ci/39-MIN.yaml
34
- #- ci/310.yaml
35
- #- ci/311.yaml
36
- #- ci/311-DEV.yaml
37
- #include:
38
- #- environment-file: ci/311.yaml
39
- # os: macos-latest
40
41
- # os: windows-latest
+ - ci/310.yaml
+ - ci/311.yaml
+ - ci/311-DEV.yaml
+ include:
+ - environment-file: ci/311.yaml
+ os: macos-latest
+ os: windows-latest
42
fail-fast: false
43
44
steps:
0 commit comments