GitHub Actions: Test fewer combinations

add_formulations
Alinson S. Xavier 4 years ago committed by Aleksandr Kazachkov
parent 21e9cf8cf0
commit c7602d1fb4

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

Loading…
Cancel
Save