From 6720a29c3f20b6920211c304b65fd21031abcec7 Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Mon, 14 Oct 2024 12:09:14 +0200 Subject: [PATCH] ci: use 1.10 for downgrade and invalidations --- .github/workflows/Downgrade.yml | 2 +- .github/workflows/Invalidations.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index cf17c8d8..28be0ec6 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['1'] + version: ['1.10'] steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 diff --git a/.github/workflows/Invalidations.yml b/.github/workflows/Invalidations.yml index 34eb7a92..0133ad34 100644 --- a/.github/workflows/Invalidations.yml +++ b/.github/workflows/Invalidations.yml @@ -13,3 +13,5 @@ jobs: evaluate-invalidations: name: "Evaluate Invalidations" uses: "SciML/.github/.github/workflows/invalidations.yml@v1" + with: + julia-version: "1.10"