Skip to content

Commit bd02e80

Browse files
authored
Try 32-bit on Julia v1.10 (#331)
* Try 32bit on Julia v1.10 * nightly * Remove
1 parent 246c7ca commit bd02e80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- version: '1'
1919
os: ubuntu-latest
2020
arch: x64
21-
- version: '1'
22-
os: ubuntu-latest
23-
arch: x86
21+
# # See https://github.com/jump-dev/SumOfSquares.jl/pull/331
22+
# - version: 'nightly'
23+
# os: ubuntu-latest
24+
# arch: x86
2425
# - version: 'nightly'
2526
# os: ubuntu-latest
2627
# arch: x64

0 commit comments

Comments
 (0)