From 9e1c75c81e15f22dd03e84d491b357703d9c084d Mon Sep 17 00:00:00 2001 From: Dilum Aluthge <5619885+DilumAluthge@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:01:20 -0400 Subject: [PATCH] CI: Debugging setup-julia@v3 --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 120adf98..4f31c323 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,19 +22,19 @@ jobs: matrix: version: - 'min' - - 'lts' - - '1' - - 'pre' + # - 'lts' + # - '1' + # - 'pre' os: - ubuntu-latest - - windows-latest - - macOS-latest + # - windows-latest + # - macOS-latest nansafe: - true - false steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3.0.0 with: version: ${{ matrix.version }} - uses: julia-actions/cache@v3