Skip to content

Commit 9ae09e8

Browse files
committed
fixup! only test the two working versions for now
1 parent ff468ee commit 9ae09e8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
version: []
25-
# - '1.10'
26-
# - '1.11'
27-
os: []
28-
# - ubuntu-latest
29-
# - macOS-latest
30-
# - windows-latest
31-
arch: []
32-
# - x64
33-
pocl: []
24+
# version:
25+
# - '1.10'
26+
# - '1.11'
27+
# os:
28+
# - ubuntu-latest
29+
# - macOS-latest
30+
# - windows-latest
31+
# arch:
32+
# - x64
33+
# pocl: [jll,]
3434
include:
3535
- version: '1.10'
3636
os: ubuntu-latest

0 commit comments

Comments
 (0)