Skip to content

Commit 8d2994c

Browse files
authored
Disable 32-bit linux CI job (#199)
1 parent fcea8f7 commit 8d2994c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- version: '1.10' # 1.10 LTS (64-bit Linux)
2929
os: ubuntu-latest
3030
arch: x64
31-
- version: '1.10' # 1.10 LTS (32-bit Linux)
32-
os: ubuntu-latest
33-
arch: x86
31+
# - version: '1.10' # 1.10 LTS (32-bit Linux)
32+
# os: ubuntu-latest
33+
# arch: x86
3434
steps:
3535
- uses: actions/checkout@v6
3636
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)