We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcea8f7 commit 8d2994cCopy full SHA for 8d2994c
1 file changed
.github/workflows/ci.yml
@@ -28,9 +28,9 @@ jobs:
28
- version: '1.10' # 1.10 LTS (64-bit Linux)
29
os: ubuntu-latest
30
arch: x64
31
- - version: '1.10' # 1.10 LTS (32-bit Linux)
32
- os: ubuntu-latest
33
- arch: x86
+ # - version: '1.10' # 1.10 LTS (32-bit Linux)
+ # os: ubuntu-latest
+ # arch: x86
34
steps:
35
- uses: actions/checkout@v6
36
- uses: julia-actions/setup-julia@v2
0 commit comments