From 2718188548ff95a7423a44faf40f60831a967160 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Thu, 24 Oct 2024 18:50:44 +0530 Subject: [PATCH] Use setup julia v2 in CI (#424) This will avoid hard-coding to v2.2 and will fetch upgrades. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb77b8ae..ab4054ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - x64 steps: - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v2.2 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }}