CI: Update to 1.10-nightly (#169)

This commit is contained in:
Sascha Mann
2023-11-06 19:45:26 +01:00
committed by GitHub
parent 9c1e77be1e
commit 84c4368e8a
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: [nightly, 1.9-nightly]
julia-version: [nightly, 1.10-nightly]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: [nightly, 1.9-nightly]
julia-version: [nightly, 1.10-nightly]
julia-arch: [x64, x86]
os: [ubuntu-latest, macOS-latest, windows-latest]
# 32-bit Julia binaries are not available on macOS