Skip to content

Commit 1161c21

Browse files
committed
limit to using julia 1.11
there's a know compatibility issue with TEQUILA and Julia 1.12 @bclyons12 @fredrikekre @bradcarman are working on this
1 parent 5f17d90 commit 1161c21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/runtests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
flavor:
44-
- { os: ubuntu-latest, arch: x64, version: "1.x" }
45-
- { os: macos-latest, arch: arm64, version: "1.x" }
46-
# - { os: windows-latest, arch: x86, version: "1.x" }
44+
- { os: ubuntu-latest, arch: x64, version: "1.11" }
45+
- { os: macos-latest, arch: arm64, version: "1.11" }
46+
# - { os: windows-latest, arch: x86, version: "1.11" }
4747
env:
4848
GKSwstype: 100 # disable Plots.jl interactive output
4949

0 commit comments

Comments
 (0)