Skip to content

Commit

Permalink
Limit windows test to 1.5
Browse files Browse the repository at this point in the history
Julia 1.6 is hitting issue JuliaLang/julia#40237
  • Loading branch information
rofinn authored Mar 27, 2021
1 parent 8bc4021 commit 5ea71ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
include:
# Add a 1.0 job just to make sure we still support it
- os: ubuntu-latest
version: 1.0.5
arch: x64
# Add a Windows 1.5 job because of https://github.com/JuliaLang/julia/issues/40237
- os: windows-latest
version: 1.5
arch: x64
# Add a 32-bit job to ensure we don't have any 64-bit specific logic
- os: ubuntu-latest
version: 1
Expand Down

0 comments on commit 5ea71ec

Please sign in to comment.