From ce88e656634f62791e458eb775ae0c7269d66a20 Mon Sep 17 00:00:00 2001 From: Satoshi Terasaki Date: Mon, 6 May 2024 13:38:11 +0900 Subject: [PATCH] fix --- .github/workflows/cxxwrap1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cxxwrap1.yml b/.github/workflows/cxxwrap1.yml index e638a80..a637ecb 100644 --- a/.github/workflows/cxxwrap1.yml +++ b/.github/workflows/cxxwrap1.yml @@ -42,7 +42,7 @@ jobs: - x64 steps: - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }}