Skip to content

Commit

Permalink
reduce test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
EigenSolver committed Apr 30, 2024
1 parent ff09ef5 commit ebf0714
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/runtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
strategy:
matrix:
julia-version: ['1.8', '1.10'] # 'nightly'
julia-arch: [x64, x86]
julia-arch: [x64] # x86
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
julia-arch: x86
# exclude:
# - os: macOS-latest
# julia-arch: x86

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ebf0714

Please sign in to comment.