Skip to content

Commit

Permalink
set test up for 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Aug 8, 2024
1 parent f7906a5 commit ed83ea1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,19 @@ jobs:
matrix:
version:
- '1.9'
- '1.10'
- '1'
os:
- ubuntu-latest
arch:
- x64
include:
# Also run tests on Windows and macOS-ARM, but only with the latest Julia version
- version: '1'
# TODO: change back to '1' after JuliaLang/julia#55009 has been backported
- version: '1.10'
os: windows-latest
arch: x64
- version: '1'
- version: '1.10'
os: macos-14
arch: arm64

Expand Down

0 comments on commit ed83ea1

Please sign in to comment.