Skip to content

Commit

Permalink
Debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jan 9, 2024
1 parent fabef42 commit cb3e84e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
fail-fast: false
matrix:
version:
- "1.0"
# - "1.0"
- "1.6" # Long-term support (LTS) release of Julia
- "1" # automatically expands to the latest stable 1.x release of Julia
- nightly
# - "1" # automatically expands to the latest stable 1.x release of Julia
# - nightly
os:
- ubuntu-latest
- macOS-latest
- windows-latest
# - macOS-latest
# - windows-latest
arch:
- x64
- x86
# - x86
pkg-server:
- ""
- "pkg.julialang.org"
Expand Down

0 comments on commit cb3e84e

Please sign in to comment.