Skip to content

Commit 6d7b81e

Browse files
authored
Enable iOS GitHub Actions workflow. (#1376)
Enable iOS GitHub Actions workflow added in swiftlang/github-workflows#169. ### 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 6a4a3a9 commit 6d7b81e

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)