Skip to content

Commit bae4c3d

Browse files
committed
only test the two working versions for now
1 parent 8d78bed commit bae4c3d

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/ci.yml

Lines changed: 27 additions & 27 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: [jll,]
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
@@ -41,23 +41,23 @@ jobs:
4141
os: ubuntu-latest
4242
arch: x64
4343
pocl: local
44-
allow_failure: true
45-
- version: 'nightly'
46-
os: ubuntu-latest
47-
arch: x64
48-
pocl: local
49-
allow_failure: true
50-
- version: 'nightly'
51-
os: ubuntu-latest
52-
arch: x64
53-
pocl: local
54-
allow_failure: true
55-
- version: 'nightly'
56-
os: ubuntu-latest
57-
arch: x64
58-
pocl: jll
59-
allow_failure: true
60-
44+
allow_failure: false
45+
# - version: 'nightly'
46+
# os: ubuntu-latest
47+
# arch: x64
48+
# pocl: local
49+
# allow_failure: true
50+
# - version: 'nightly'
51+
# os: ubuntu-latest
52+
# arch: x64
53+
# pocl: local
54+
# allow_failure: true
55+
# - version: 'nightly'
56+
# os: ubuntu-latest
57+
# arch: x64
58+
# pocl: jll
59+
# allow_failure: true
60+
#
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)