Skip to content

Commit

Permalink
Try out x86_64 for brew install in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Apr 25, 2024
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
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit de5cac2

Please sign in to comment.