Commit 5414a79 1 parent 8ca2c37 commit 5414a79 Copy full SHA for 5414a79
File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 36
36
- uses : julia-actions/setup-julia@v2
37
37
with :
38
38
version : ' 1.10'
39
+ version : ' 1.11'
39
40
- uses : julia-actions/cache@v2
40
41
- uses : julia-actions/julia-buildpkg@v1
41
42
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -18,20 +18,18 @@ concurrency:
18
18
jobs :
19
19
test :
20
20
timeout-minutes : 80
21
+ name : ci ${{ matrix.version }} - ${{ matrix.os }}
22
+ runs-on : ${{ matrix.os }}
21
23
strategy :
22
24
fail-fast : false
23
25
matrix :
24
- include :
25
- - os : ubuntu-latest
26
- julia-version : ' 1.10'
27
- - os : windows-latest
28
- julia-version : ' 1.10'
29
- - os : macos-latest
30
- julia-version : ' 1.10'
31
- - os : ubuntu-latest
32
- julia-version : ' ~1.11.0-0'
33
-
34
- runs-on : ${{ matrix.os }}
26
+ version :
27
+ - ' 1.10'
28
+ - ' 1.11'
29
+ os :
30
+ - ubuntu-latest
31
+ - macOS-latest
32
+ - windows-latest
35
33
36
34
steps :
37
35
- name : Checkout
You can’t perform that action at this time.
0 commit comments