Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeswitz authored Dec 17, 2024
1 parent f0f92fc commit 70feba9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
- name: Build Swift project for physical device
if: matrix.language == 'swift'
run: |
xcodebuild -workspace WarDragon.xcworkspace -scheme WarDragon -destination 'platform=iOS,arch=arm64,name=Any iOS Device' -configuration Debug build
xcodebuild -scheme WarDragon -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.1' clean build
# Perform CodeQL Analysis
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 70feba9

Please sign in to comment.