Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try out x86_64 for brew install in GitHub actions
Browse files Browse the repository at this point in the history
aokj4ck committed Apr 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f2d1499 commit de5cac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
steps:
- name: "Set Xcode version"
run: |
sudo xcode-select -s /Applications/Xcode_15.2.app
sudo xcode-select -s /Applications/Xcode_15.3.app
- name: Checkout repository
uses: actions/checkout@v4
@@ -65,7 +65,7 @@ jobs:
- run: |
echo "Set up dependencies"
arch -arm64 brew install xcodegen
arch -x86_64 brew install xcodegen
- run: |
echo "Run, Build Application using script"

0 comments on commit de5cac2

Please sign in to comment.