Skip to content

Commit 38629b0

Browse files
authored
CI: Add the pre version, but keep it commented out for now (since there's not currently a prerelease available) (#993)
1 parent 221968a commit 38629b0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,14 @@ jobs:
5050
- '1.9'
5151
- '1.10' # current LTS
5252
- '1.11' # current stable
53-
# - 'nightly' # TODO: decide whether we want to run any CI jobs on nightly.
53+
#
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.
5461
julia-wordsize:
5562
# The value here only affects the version of Julia binary that we download.
5663
# It does not affect the architecture of the GitHub Runner (virtual machine) that

0 commit comments

Comments
 (0)