Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade project continuous integration to use Xcode 15.3 #217

Merged
merged 12 commits into from
Apr 26, 2024
Prev Previous commit
Next Next commit
Try out x86_64 for brew install in GitHub actions
aokj4ck committed Apr 25, 2024
commit de5cac2a3fce12f7dec5eda76f49a52416940ea1
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"