We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9292f commit 288b613Copy full SHA for 288b613
.github/workflows/CompatHelper.yml
@@ -16,7 +16,7 @@ jobs:
16
run : |
17
version=$(grep '^julia = ' Project.toml | grep -o '".*"' | cut -d '"' -f2)
18
echo "::set-output name=version::$version"
19
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
20
with:
21
version: ${{ steps.julia_compat.outputs.version }}
22
- name: Install CompatHelper
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
- uses: actions/checkout@v4
65
66
# install Julia
67
68
69
version: ${{ matrix.version }}
70
arch: ${{ matrix.arch }}
0 commit comments