GitHub Actions: Test fewer combinations

pull/19/head
Alinson S. Xavier 4 years ago
parent 000215e991
commit b1498c50b3
No known key found for this signature in database
GPG Key ID: DCA0DAD4D2F58624

@ -9,8 +9,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.3', '1.4', '1.5', '1.6']
julia-arch: [x64, x86]
julia-version: ['1.4', '1.5', '1.6']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest

Loading…
Cancel
Save