Skip to content

Commit

Permalink
Switch default Xcode action version
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Jul 3, 2024
1 parent d394f88 commit 2f5f094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/project-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- name: Build
run: |
sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer'
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_CXX_FLAGS=-DDEXED_ID=${{ env.BUILD_VERSION }}
cmake --build ${{github.workspace}}/build --config ${{ env.BUILD_TYPE }}
Expand Down

0 comments on commit 2f5f094

Please sign in to comment.