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 9fb4af7 commit f0f92fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build Swift project for physical device
if: matrix.language == 'swift'
run: |
xcodebuild -workspace WarDragon.xcworkspace -scheme WarDragon -destination 'platform=iOS,name=iPhone' -configuration Debug build
xcodebuild -workspace WarDragon.xcworkspace -scheme WarDragon -destination 'platform=iOS,arch=arm64,name=Any iOS Device' -configuration Debug build
# Perform CodeQL Analysis
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit f0f92fc

Please sign in to comment.