From 482a5b3345c5097bb1499ddb126728307353d346 Mon Sep 17 00:00:00 2001 From: Muhieddine-El-Kaissi <113396903+Muhieddine-El-Kaissi@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:41:32 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af7af2b..dda29e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ jobs: # Adding additional destinations, schemes, etc. here will make GitHub run the steps # on all combinations of them (e.g., if there are 2 destinations and 2 schemes, the # test suite will get run 4 times). - destination: ["platform=iOS Simulator,OS=17.2,name=iPhone 15"] + destination: ["platform=iOS Simulator,OS=17.4,name=iPhone 15"] scheme: ["Thumbprint"] - xcode: ["/Applications/Xcode_15.2.app"] + xcode: ["/Applications/Xcode_15.3.app"] steps: - name: 📥 Checkout uses: actions/checkout@v2