Fix platform

This commit is contained in:
Francisco Gindre 2023-03-31 15:15:58 -03:00
parent 88098f57e5
commit 6b99f8d9b9
No known key found for this signature in database
GPG Key ID: 6B61CD8DAA2862B4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
languages: ${{ matrix.language }}
- name: Build
run: xcodebuild "-project" "secant.xcodeproj" "-scheme" "secant-testnet" -destination "platform=iOS,name=iPhone 14,OS=16.2" "clean" "test"
run: xcodebuild "-project" "secant.xcodeproj" "-scheme" "secant-testnet" -destination "platform=iOS Simulator,name=iPhone 14,OS=16.2" "clean" "test"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2