From 2bb82d526149ff78ab798ecdd4ed4569abb4a251 Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Mon, 8 Jan 2024 09:13:55 +0100 Subject: [PATCH] update to julia 1.10 --- .github/workflows/Documenter.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 1bfa00f5..c1951a7f 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: - version: '1.9' + version: '1.10' show-versioninfo: true - uses: julia-actions/julia-buildpkg@v1 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f3b44d8..9b0cb06a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: arch: - x64 julia_version: - - '1.9' + - '1.10' t8code_version: - '1.4.1' env: