Skip to content

Commit 139b4bd

Browse files
committed
Disable testing on Julia 1.12 for the time being
Some of the signatures in LinearAlgebra has changed which causes test failures.
1 parent ac76d2b commit 139b4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- 'min'
4141
- 'lts'
4242
- '1'
43-
- 'pre'
43+
# - 'pre'
4444
os:
4545
- ubuntu-latest
4646
# - macos-latest

0 commit comments

Comments
 (0)