From dcd158e94f1f8f71ebf64eab7a515095351d8499 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Thu, 26 Sep 2024 11:01:36 +0200 Subject: [PATCH] Use xcode 15.4 in CI --- .github/workflows/swift-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift-ci.yml b/.github/workflows/swift-ci.yml index 32bb4b8..7145c72 100644 --- a/.github/workflows/swift-ci.yml +++ b/.github/workflows/swift-ci.yml @@ -14,7 +14,7 @@ on: workflow_dispatch: env: - DEVELOPER_DIR: /Applications/Xcode_15.2.app + DEVELOPER_DIR: /Applications/Xcode_15.4.app jobs: test-ios: