File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 run : which julia
1616 continue-on-error : true
1717 - name : Install Julia, but only if it is not already available in the PATH
18- uses : julia-actions/setup-julia@v2
18+ uses : julia-actions/setup-julia@v3
1919 with :
2020 version : ' 1'
21- arch : ${{ runner.arch }}
2221 if : steps.julia_in_path.outcome != 'success'
2322 - name : " Add the General registry via Git"
2423 run : |
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v6
20- - uses : julia-actions/setup-julia@v2
20+ - uses : julia-actions/setup-julia@v3
2121 with :
2222 version : ' 1'
2323 - run : |
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 tests :
13- name : Test Julia (${{ matrix.jlversion }}, ${{ matrix.os }}-${{ matrix.arch }} )
13+ name : Test Julia (${{ matrix.jlversion }}, ${{ matrix.os }})
1414 runs-on : ${{ matrix.os }}
1515 strategy :
1616 fail-fast : false
1717 matrix :
18- arch : [x64] # x86 unsupported by MicroMamba
1918 os : [ubuntu-latest, windows-latest, macos-latest]
2019 jlversion : ['~1.9.0-0', 'nightly']
2120 steps :
2221 - uses : actions/checkout@v6
23- - uses : julia-actions/setup-julia@v2
22+ - uses : julia-actions/setup-julia@v3
2423 with :
2524 version : ${{ inputs.jl_version }}
26- arch : ${{ matrix.arch }}
2725 - uses : actions/cache@v5
2826 env :
2927 cache-name : cache-artifacts
Original file line number Diff line number Diff line change @@ -17,19 +17,16 @@ jobs:
1717 strategy :
1818 fail-fast : false
1919 matrix :
20- arch : [x64] # x86 unsupported by MicroMamba
2120 os : [ubuntu-latest, windows-latest, macos-latest]
2221 jlversion : ['1','1.10']
2322 pythonexe : ['@CondaPkg']
2423 pyversion : ['3']
2524 include :
26- - arch : x64
27- os : ubuntu-latest
25+ - os : ubuntu-latest
2826 jlversion : ' 1'
2927 pythonexe : python
3028 pyversion : ' 3'
31- - arch : x64
32- os : ubuntu-latest
29+ - os : ubuntu-latest
3330 jlversion : ' 1'
3431 pythonexe : python
3532 pyversion : ' 3.14t'
3835 - uses : actions/checkout@v6
3936
4037 - name : Set up Julia ${{ matrix.jlversion }}
41- uses : julia-actions/setup-julia@v2
38+ uses : julia-actions/setup-julia@v3
4239 with :
4340 version : ${{ matrix.jlversion }}
44- arch : ${{ matrix.arch }}
4541
4642 - uses : julia-actions/cache@v3
4743
@@ -122,7 +118,7 @@ jobs:
122118
123119 - name : Set up Julia
124120 id : setup_julia
125- uses : julia-actions/setup-julia@v2
121+ uses : julia-actions/setup-julia@v3
126122 with :
127123 # Python in the GitHub runners ships with OpenSSL 3.0. Julia 1.12 requires
128124 # OpenSSL 3.5. Therefore juliapkg requires Julia 1.11 or lower.
You can’t perform that action at this time.
0 commit comments