Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check whether 1.11.1 resolves timeout issues with Windows CI #200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
os: windows-latest
# Performance regressions on Julia 1.11 on Windows. Currently not
# viable to run the test suite there.
- version: "1.11"
os: windows-latest
# - version: "1.11"
# os: windows-latest
include:
- version: "1.7"
os: macos-13
- version: "1.7"
os: windows-latest
- version: "1.10"
os: windows-latest
# - version: "1.10"
# os: windows-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
Expand Down
Loading