Skip to content

Commit

Permalink
Change macOS xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed Dec 4, 2023
1 parent 2f6e67a commit 6cbd640
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

config:
- qt_version: "5.15"
- qt_version: "6.5.*"
- qt_version: "6.6.*"

steps:
- name: Install Qt ${{ matrix.config.qt_version }} with options and default aqtversion
Expand All @@ -34,6 +34,11 @@ jobs:
version: ${{ matrix.config.qt_version }}
cache: true

- uses: maxim-lobanov/setup-xcode@v1
if: ${{ runner.os == 'macOS' }}
with:
xcode-version: '14.3.1' # Required for Qt 6.6

- name: Install ninja-build tool (must be after Qt due PATH changes)
uses: turtlesec-no/get-ninja@main

Expand Down

0 comments on commit 6cbd640

Please sign in to comment.