Skip to content

Commit

Permalink
remove uncessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
EigenSolver committed Aug 7, 2024
1 parent 7c6974f commit 5bd2470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.8', '1.10'] # 'nightly'
julia-version: ['1.10'] # 'nightly'
julia-arch: [x64] # x86
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
# exclude:
# - os: macOS-latest
# julia-arch: x86
Expand Down

0 comments on commit 5bd2470

Please sign in to comment.