From 2c34eb063e2637c1ab5373f28926ef418733820f Mon Sep 17 00:00:00 2001 From: Chengyu HAN Date: Sat, 14 Dec 2024 18:47:13 +0800 Subject: [PATCH] ci: set julia version --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 032195b..aa3d119 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,6 +38,7 @@ jobs: - uses: julia-actions/setup-julia@latest with: version: ${{ matrix.julia-version }} + arch: ${{ matrix.julia-arch }} # Alter the UUID so that we test this package instead of loading # the version that is already built into a Julia's system image. - run: julia --color=yes .ci/test_and_change_uuid.jl