From 497dc7d94733207e3d6f60deda679efe341686f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Sun, 31 Aug 2025 19:39:23 +0200 Subject: [PATCH 1/2] Update build_and_test.yml --- .github/workflows/build_and_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 28b6640f..a935be34 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -15,12 +15,12 @@ jobs: strategy: matrix: include: + - xcode: 16.2 + destination: iPhone 16 Pro + os: 18.2 - xcode: 15.2 destination: iPhone 15 Pro os: 17.2 - - xcode: 14.3.1 - destination: iPhone 14 Pro - os: 16.4 env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer steps: From a9d832879f4d0773e16e1e6ed2fee3fc6c6b30e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Sun, 31 Aug 2025 19:39:57 +0200 Subject: [PATCH 2/2] Update build_example_project.yml --- .github/workflows/build_example_project.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_example_project.yml b/.github/workflows/build_example_project.yml index 4157c6c5..c6573808 100644 --- a/.github/workflows/build_example_project.yml +++ b/.github/workflows/build_example_project.yml @@ -15,12 +15,12 @@ jobs: strategy: matrix: include: + - xcode: 16.2 + destination: iPhone 16 Pro + os: 18.2 - xcode: 15.2 destination: iPhone 15 Pro os: 17.2 - - xcode: 14.3.1 - destination: iPhone 14 Pro - os: 16.4 env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer steps: