File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 4747 matrix :
4848 julia-version :
4949 - ' 1.6' # previous LTS
50- - ' 1.9'
5150 - ' 1.10' # current LTS
5251 - ' 1.11' # current stable
5352 #
7271 coverage :
7372 - ' true'
7473 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- #
8574 # Julia 1.6 did not support Apple Silicon:
8675 - github-runner : macos-14 # macos-14 = Apple Silicon.
8776 julia-version : ' 1.6'
9382 # We don't have 32-bit builds of Julia for Apple Silicon macOS:
9483 - github-runner : macos-14 # macos-14 = Apple Silicon.
9584 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'
10485 steps :
10586 - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
10687 - uses : julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0
You can’t perform that action at this time.
0 commit comments