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 d92ac28 commit 463f913Copy full SHA for 463f913
.github/workflows/ci-julia-nightly.yml
@@ -26,7 +26,7 @@ jobs:
26
- '2'
27
steps:
28
- uses: actions/checkout@v4
29
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
30
with:
31
version: ${{ matrix.version }}
32
arch: ${{ matrix.arch }}
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
runs-on: ubuntu-latest
52
53
54
55
56
version: '1'
57
- run: |
0 commit comments