Skip to content

Commit

Permalink
Merge pull request #1059 from FashionFreedom/ci-fix-xcode-version
Browse files Browse the repository at this point in the history
ci(mac): fix Xcode version to prevent breaking builds when Xcode 15 is becoming default
  • Loading branch information
slspencer authored Jan 10, 2024
2 parents 1c444cb + b62a763 commit f35045a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: xcode version
# Qt 5.15.2 currently fails with qglobal.h:45:12: fatal error: 'type_traits' file not found
# when using Xcode 15.1+, thus lock working version while we are on Qt5
run: |
sudo xcode-select -s /Applications/Xcode_14.2.app
- uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
Expand Down

0 comments on commit f35045a

Please sign in to comment.