Skip to content

Commit

Permalink
ci: use fixed xcode version on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion authored May 28, 2024
1 parent 46736f7 commit 601e170
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
setup-python: 'true'

- name: Setup Xcode version
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14'

- name: Checkout Source
uses: actions/checkout@v2
Expand Down

0 comments on commit 601e170

Please sign in to comment.