File tree 2 files changed +5
-20
lines changed
2 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 37
37
- julia-version : ' nightly'
38
38
julia-wordsize : ' 64'
39
39
github-runner : ubuntu-latest
40
- coverage : false
40
+ coverage : true
41
41
steps :
42
42
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
43
43
- uses : julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0
Original file line number Diff line number Diff line change 47
47
matrix :
48
48
julia-version :
49
49
- ' 1.6' # previous LTS
50
- - ' 1.9'
51
50
- ' 1.10' # current LTS
52
51
- ' 1.11' # current stable
53
52
#
@@ -72,35 +71,21 @@ jobs:
72
71
coverage :
73
72
- ' true'
74
73
exclude :
75
- # For now, we'll disable testing 32-bit Julia 1.9 on all operating systems.
76
- # TODO: remove the following once we fix the tests for 32-bit Julia 1.9 .
77
- - julia-version : ' 1.9'
78
- julia-wordsize : ' 32'
79
- # For now, we'll disable testing 32-bit Julia 1.9 on Windows.
80
- # TODO: remove the following once we fix the tests for 32-bit Julia 1.9 on Windows.
81
- - github-runner : windows-latest
82
- julia-version : ' 1.9'
83
- julia-wordsize : ' 32'
84
- #
85
74
# Julia 1.6 did not support Apple Silicon:
86
75
- github-runner : macos-14 # macos-14 = Apple Silicon.
87
76
julia-version : ' 1.6'
88
77
#
78
+ # To save some CI time, on Julia 1.6 we only run the 64-bit job (and skip the 32-bit job).
79
+ - julia-version : ' 1.6'
80
+ julia-wordsize : ' 32'
81
+ #
89
82
# We don't have 32-bit builds of Julia for Intel macOS:
90
83
- github-runner : macos-13 # macos-13 = Intel.
91
84
julia-wordsize : ' 32'
92
85
#
93
86
# We don't have 32-bit builds of Julia for Apple Silicon macOS:
94
87
- github-runner : macos-14 # macos-14 = Apple Silicon.
95
88
julia-wordsize : ' 32'
96
- #
97
- # We don't need to run the coverage=false job for Julia < 1.9:
98
- - julia-version : ' 1.6'
99
- coverage : ' false'
100
- - julia-version : ' 1.7'
101
- coverage : ' false'
102
- - julia-version : ' 1.8'
103
- coverage : ' false'
104
89
steps :
105
90
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
106
91
- uses : julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0
You can’t perform that action at this time.
0 commit comments