From a58c7f7cb3730b067f6493092eb6a33993d4268e Mon Sep 17 00:00:00 2001 From: Thomas Pearson <119269574+thomas-pearson-mattr@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:19:48 +1300 Subject: [PATCH] ci(detox-ios): try out the newer ios deployment target --- .github/workflows/ci-detox-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-detox-ios.yml b/.github/workflows/ci-detox-ios.yml index a54cdb92..27e5aafe 100644 --- a/.github/workflows/ci-detox-ios.yml +++ b/.github/workflows/ci-detox-ios.yml @@ -30,7 +30,7 @@ jobs: - name: Build Libraries for iOS env: - IPHONEOS_DEPLOYMENT_TARGET: 11.0 + IPHONEOS_DEPLOYMENT_TARGET: 17.5 run: yarn build:ios - name: Archive build artifacts