We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8011d commit a23e5faCopy full SHA for a23e5fa
.github/workflows/ci.yml
@@ -25,8 +25,8 @@ jobs:
25
# Add some extra configurations to build matrix. See
26
# https://github.com/marketplace/actions/setup-julia-environment
27
# x86 testing
28
- - {os: 'ubuntu-latest', arch: 'x86', version: '1.0' }
29
- - {os: 'ubuntu-latest', arch: 'x86', version: '1.3' }
+ #- {os: 'ubuntu-latest', arch: 'x86', version: '1.0' }
+ #- {os: 'ubuntu-latest', arch: 'x86', version: '1.3' }
30
- {os: 'ubuntu-latest', arch: 'x86', version: 'nightly' }
31
- {os: 'windows-latest', arch: 'x86', version: '1.0' }
32
- {os: 'windows-latest', arch: 'x86', version: '1.3' }
0 commit comments