Skip to content

Commit

Permalink
Test on LTS and x86
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 15, 2023
1 parent fe6c94c commit 2281a51
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,22 @@ jobs:
version:
- "1"
- "1.3"
- "1.6"
- nightly
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
use_miniforge: [yes]
- x86
use_miniforge: [yes, no]
exclude:
- os: macOS-latest
arch: x86
- os: ubuntu-latest
arch: x86
use_miniforge: no
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 2281a51

Please sign in to comment.