Skip to content

Commit 5fa1dd0

Browse files
committed
Enable iOS checks
1 parent c996b0a commit 5fa1dd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ concurrency:
1111
jobs:
1212
tests:
1313
name: Test
14-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
14+
uses: grynspan/github-workflows/.github/workflows/swift_package_test.yml@jgrynspan/build-packages-for-ios
1515
with:
1616
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
1717
linux_os_versions: '["amazonlinux2", "jammy"]'
1818
windows_swift_versions: '["nightly-main", "nightly-6.2"]'
1919
enable_macos_checks: true
20+
enable_ios_checks: true
2021
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}, {\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
2122
enable_wasm_sdk_build: true
2223
soundness:

0 commit comments

Comments
 (0)