Skip to content

Commit

Permalink
Deactivated x86 tests on older Julia versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer authored Nov 8, 2024
1 parent d16e907 commit 06de5f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ jobs:
- ubuntu-latest
arch:
- x64
- x86
include: # Test macos/windows on latest LTS
include: # Test macos/windows on latest LTS + x86 on ubuntu
- version: '1.10'
os: macos-latest
arch: aarch64
- version: '1.10'
os: windows-latest
arch: x64
- version: '1.10'
os: ubuntu-latest
arch: x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 06de5f7

Please sign in to comment.