From 5ea16a6e6b96fddaeb1e20e7975e0429e0a09a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Fri, 23 Feb 2024 14:48:34 +0100 Subject: [PATCH] Update build_example_project.yml --- .github/workflows/build_example_project.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_example_project.yml b/.github/workflows/build_example_project.yml index b31475aa..c74e9056 100644 --- a/.github/workflows/build_example_project.yml +++ b/.github/workflows/build_example_project.yml @@ -15,12 +15,12 @@ jobs: strategy: matrix: include: - - platform: iOS Simulator + - xcode: 15.2 destination: iPhone 15 Pro - xcode: 15.2 - - platform: iOS Simulator + os: 17.2 + - xcode: 14.3.1 destination: iPhone 14 Pro - xcode: 14.3.1 + os: 16.4 env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer steps: @@ -45,5 +45,5 @@ jobs: -project Example/Example.xcodeproj\ -scheme Example\ -sdk iphonesimulator\ - -destination "platform=${{ matrix.platform }},name=${{ matrix.destination }},OS=latest"\ + -destination "platform=iOS Simulator,name=${{ matrix.destination }},OS=${{ matrix.os }}"\ | xcbeautify --renderer github-actions