Skip to content

Commit 41ffbe4

Browse files
authored
Disable 32-bit Linux configuration for Julia 1.10
Comment out the 32-bit Linux configuration for Julia 1.10 in CI.
1 parent d91952e commit 41ffbe4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)