From 02488aa203ecf8a9860d0b097f6945ceb9aaa8f3 Mon Sep 17 00:00:00 2001 From: Rehatbir Singh Date: Wed, 11 Oct 2023 17:38:49 +0400 Subject: [PATCH] Update xcodebuild.yml --- .github/workflows/xcodebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index 3799891..1ce39b8 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -32,7 +32,7 @@ jobs: with: xcode: 15.0 # A semantic version range, eg. ^5, ~5.4 or 5.4.1 - swift: 5.9 + swift: ^5 # Either `iOS`, `tvOS`, `macOS`, `watchOS` or (more rarely) `mac-catalyst` Leave unset and `xcodebuild` decides itself. platform: iOS