Skip to content

Commit

Permalink
Use latest stable Julia when testing Windows x86 (#936)
Browse files Browse the repository at this point in the history
It looks like #932 forgot to change this.
  • Loading branch information
tkf authored Oct 24, 2021
1 parent f77394b commit 4e5c12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- os: windows-latest
architecture: x86
python-version: '3.x'
julia-version: '1.5'
julia-version: '1'
# Sweep python-version and julia-version only on Ubuntu:
- os: ubuntu-latest
architecture: x64
Expand Down

0 comments on commit 4e5c12c

Please sign in to comment.