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 a23e5fa commit 5f0d53fCopy full SHA for 5f0d53f
.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