Skip to content

Commit 04446f0

Browse files
authored
Bump Xcode versions in GitHub actions. (#1593)
Bump to Xcode 26.3 and 26.4 Beta. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent d63cbd4 commit 04446f0

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/main_using_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
linux_static_sdk_versions: '["nightly-main"]'
2323
windows_swift_versions: '["nightly-main"]'
2424
enable_macos_checks: true
25-
macos_xcode_versions: '["26.2"]'
25+
macos_xcode_versions: '["swift_6.3"]'
2626
enable_wasm_sdk_build: true
2727
wasm_sdk_versions: '["nightly-main"]'

.github/workflows/main_using_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
linux_static_sdk_versions: '["nightly-6.3"]'
2323
windows_swift_versions: '["nightly-6.3"]'
2424
enable_macos_checks: true
25-
macos_xcode_versions: '["26.2"]'
25+
macos_xcode_versions: '["swift_6.3"]'
2626
enable_wasm_sdk_build: true
2727
wasm_sdk_versions: '["nightly-6.3"]'

.github/workflows/pull_request.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15+
list-xcodes:
16+
name: List available Xcode versions
17+
runs-on: [self-hosted, macos]
18+
steps:
19+
- name: List available Xcode versions
20+
run: |
21+
ls -ld /Applications/*Xcode*
1522
tests:
1623
name: Test
1724
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.7
@@ -21,9 +28,9 @@ jobs:
2128
linux_static_sdk_versions: '["nightly-main"]'
2229
windows_swift_versions: '["nightly-main", "nightly-6.3"]'
2330
enable_macos_checks: true
24-
macos_xcode_versions: '["26.2"]'
31+
macos_xcode_versions: '["swift_6.3"]'
2532
enable_ios_checks: true
26-
ios_host_xcode_versions: '["26.2"]'
33+
ios_host_xcode_versions: '["swift_6.3"]'
2734
enable_wasm_sdk_build: true
2835
wasm_sdk_versions: '["nightly-main", "nightly-6.3"]'
2936
enable_android_sdk_build: true

0 commit comments

Comments
 (0)