Skip to content

Commit 37721a4

Browse files
committed
update CI julia 1.9.0
1 parent 3e0c910 commit 37721a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.9.0-rc3'
21+
- '1.9.0'
2222
- 'nightly'
2323
os:
2424
- ubuntu-latest
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v2
6262
- uses: julia-actions/setup-julia@v1
6363
with:
64-
version: '1.9.0-rc3'
64+
version: '1.9.0'
6565
- uses: julia-actions/julia-buildpkg@v1
6666
- uses: julia-actions/julia-docdeploy@v1
6767
env:

0 commit comments

Comments
 (0)