From 35ea81db3db328210ab5a54fb7880f0b4655fdee Mon Sep 17 00:00:00 2001 From: Sagi Shmuel Date: Sun, 2 Feb 2025 10:38:52 +0200 Subject: [PATCH] Update example-build.yml --- .github/workflows/example-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-build.yml b/.github/workflows/example-build.yml index 8a25266..3bee19b 100644 --- a/.github/workflows/example-build.yml +++ b/.github/workflows/example-build.yml @@ -58,7 +58,7 @@ jobs: -scheme BitsBytes \ -derivedDataPath './build' \ -sdk iphonesimulator \ - -destination 'platform=iOS Simulator,name=iPhone 15 Pro Simulator,OS=17.5' \ + -destination 'platform=iOS Simulator,name=iPhone 15,OS=18.1' \ -configuration Release \ CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO shell: bash