From 587ec40a43d88272e0f84d6466ecdd1d794fdfd5 Mon Sep 17 00:00:00 2001 From: Loay Ashraf Date: Thu, 24 Aug 2023 21:50:43 +0300 Subject: [PATCH] Update build-ios.yml --- .github/workflows/build-ios.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index a98df87..304318b 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -12,6 +12,12 @@ jobs: build: name: Build and analyse default scheme using xcodebuild command runs-on: macos-latest + strategy: + matrix: + destination: ['platform=iOS Simulator,OS=14.0,name=iPhone 12 Pro Max'] + destination: ['platform=iOS Simulator,OS=15.0,name=iPhone 13 Pro Max'] + destination: ['platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro Max'] + destination: ['platform=macOS,name=My Mac'] steps: - name: Checkout