From 5467edd54c94a0a15c2a9cde70fc44283905a15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Tue, 1 Oct 2024 21:02:08 +0200 Subject: [PATCH] Upgrade Xcode version on CI to new major version 16 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbdefd0..1d887b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: fail-fast: true matrix: xcode: - - ^15 + - ^16 xcodebuildCommand: - "-sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15'" - "-sdk macosx -destination 'platform=macOS'"