File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 bazel_linux :
13- name : Bazel, Linux, Swift 6.2 # pre-installed
13+ name : Bazel, Linux, Swift 6.3 # pre-installed
1414 runs-on : ubuntu-24.04
1515 steps :
1616 - &checkout-step
4141 version : ' 6.1'
4242 - image : swift:6.2-noble
4343 version : ' 6.2'
44+ - image : swift:6.3-noble
45+ version : ' 6.3'
4446 container : ${{ matrix.image }}
4547 steps :
4648 - *checkout-step
Original file line number Diff line number Diff line change 1313 type : string
1414
1515env :
16- DEVELOPER_DIR : /Applications/Xcode_26.4 .app
16+ DEVELOPER_DIR : /Applications/Xcode_26.5 .app
1717 RELEASE_BRANCH : release/${{ inputs.version }}
1818 MIMALLOC_VERSION : 3.0.10
1919
@@ -142,7 +142,7 @@ jobs:
142142 steps :
143143 - *checkout-release-branch
144144 - name : Install SDK
145- run : swift sdk install https://download.swift.org/swift-6.2.3 -release/static-sdk/swift-6.2.3 -RELEASE/swift-6.2.3 -RELEASE_static-linux-0.0.1. artifactbundle.tar.gz --checksum f30ec724d824ef43b5546e02ca06a8682dafab4b26a99fbb0e858c347e507a2c
145+ run : swift sdk install https://download.swift.org/swift-6.3.2 -release/static-sdk/swift-6.3.2 -RELEASE/swift-6.3.2 -RELEASE_static-linux-0.1.0. artifactbundle.tar.gz --checksum 3fd798bef6f4408f1ea5a6f94ce4d4052830c4326ab85ebc04f983f01b3da407
146146 - name : Build mimalloc object
147147 run : |
148148 set -euxo pipefail
@@ -206,7 +206,7 @@ jobs:
206206 runs-on : windows-${{ matrix.windows-version }}
207207 env :
208208 SWIFT_VERSION : development
209- SWIFT_BUILD : DEVELOPMENT-SNAPSHOT-2026-03-16 -a
209+ SWIFT_BUILD : DEVELOPMENT-SNAPSHOT-2026-05-07 -a
210210 strategy :
211211 fail-fast : false
212212 matrix :
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 spm_linux :
16- name : SPM, Linux, Swift 6.2
16+ name : SPM, Linux, Swift 6.3
1717 runs-on : ubuntu-24.04
18- container : swift:6.2 -noble
18+ container : swift:6.3 -noble
1919 steps :
2020 - &checkout-step
2121 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646 - macOS : ' 15'
4747 xcode : ' 16.4'
4848 - macOS : ' 26'
49- xcode : ' 26.4 '
49+ xcode : ' 26.5 '
5050 env :
5151 DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode }}.app
5252 steps :
You can’t perform that action at this time.
0 commit comments