Skip to content

Commit bf525cd

Browse files
committed
Enable iOS GitHub Actions workflow.
Enable iOS GitHub Actions workflow added in swiftlang/github-workflows#169.
1 parent 6a4a3a9 commit bf525cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
windows_swift_versions: '["nightly-main", "nightly-6.2"]'
2222
enable_macos_checks: true
2323
macos_exclude_xcode_versions: '[{"xcode_version": "16.2"}, {"xcode_version": "16.3"}, {"xcode_version": "16.4"}]'
24+
enable_ios_checks: true
25+
ios_host_exclude_xcode_versions: '[{"xcode_version": "16.2"}, {"xcode_version": "16.3"}, {"xcode_version": "16.4"}]'
2426
enable_wasm_sdk_build: true
2527
soundness:
2628
name: Soundness

0 commit comments

Comments
 (0)