Skip to content

Commit 4e5c12c

Browse files
authored
Use latest stable Julia when testing Windows x86 (JuliaPy#936)
It looks like JuliaPy#932 forgot to change this.
1 parent f77394b commit 4e5c12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- os: windows-latest
2929
architecture: x86
3030
python-version: '3.x'
31-
julia-version: '1.5'
31+
julia-version: '1'
3232
# Sweep python-version and julia-version only on Ubuntu:
3333
- os: ubuntu-latest
3434
architecture: x64

0 commit comments

Comments
 (0)