We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre
1 parent 221968a commit 38629b0Copy full SHA for 38629b0
.github/workflows/ci.yml
@@ -50,7 +50,14 @@ jobs:
50
- '1.9'
51
- '1.10' # current LTS
52
- '1.11' # current stable
53
- # - 'nightly' # TODO: decide whether we want to run any CI jobs on nightly.
+ #
54
+ # 'pre' will install the latest prerelease build (RCs, betas, and alphas).
55
+ # Uncomment this line when there is an active prerelease available.
56
+ # Comment this line out when there is no prerelease available (to save CI time).
57
+ # - 'pre'
58
59
+ # Note: we have a separate workflow (.github/workflows/ci.nightly.yml)
60
+ # for Julia nightly.
61
julia-wordsize:
62
# The value here only affects the version of Julia binary that we download.
63
# It does not affect the architecture of the GitHub Runner (virtual machine) that
0 commit comments