Skip to content

Commit 1c70bfb

Browse files
SimplyDannynadeemnali
authored andcommitted
Update to latest Swift and Xcode versions (#6638)
1 parent 4a607a8 commit 1c70bfb

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
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
@@ -41,6 +41,8 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
type: string
1414

1515
env:
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:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ env:
1313

1414
jobs:
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
@@ -46,7 +46,7 @@ jobs:
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:

0 commit comments

Comments
 (0)