Skip to content

Commit

Permalink
change CI targets (remove 1.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Nov 20, 2023
1 parent 8bcdfab commit 9bcc97c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
version:
- '1.6'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -32,6 +31,8 @@ jobs:
exclude:
- os: macOS-latest
arch: x86
- os: Windows-latest
arch: x86
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 9bcc97c

Please sign in to comment.