Skip to content

Commit f5fbff7

Browse files
authored
Merge pull request #166 from tomchor/jib-patch
Use julia version 1.10 on ci
2 parents bcec698 + 19e78c6 commit f5fbff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
version:
12-
- '1.9'
12+
- '1.10'
1313
os:
1414
- ubuntu-latest
1515
arch:

Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.2"
44
manifest_format = "2.0"
5-
project_hash = "bab8eb8385b835035e413ca5e0b68b0c9c732f34"
5+
project_hash = "d32a24574e4309866e21921f965e8d3c45a9a19a"
66

77
[[deps.AbstractFFTs]]
88
deps = ["LinearAlgebra"]

0 commit comments

Comments
 (0)