From bf525cd5518dbda31aa8742f6637456d815c88aa Mon Sep 17 00:00:00 2001 From: Jonathan Grynspan Date: Thu, 23 Oct 2025 15:36:36 -0400 Subject: [PATCH] Enable iOS GitHub Actions workflow. Enable iOS GitHub Actions workflow added in https://github.com/swiftlang/github-workflows/pull/169. --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 084fd1d87..45d14cb3e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,6 +21,8 @@ jobs: windows_swift_versions: '["nightly-main", "nightly-6.2"]' enable_macos_checks: true macos_exclude_xcode_versions: '[{"xcode_version": "16.2"}, {"xcode_version": "16.3"}, {"xcode_version": "16.4"}]' + enable_ios_checks: true + ios_host_exclude_xcode_versions: '[{"xcode_version": "16.2"}, {"xcode_version": "16.3"}, {"xcode_version": "16.4"}]' enable_wasm_sdk_build: true soundness: name: Soundness