Skip to content

Commit

Permalink
Try newer Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Apr 27, 2024
1 parent a36fe83 commit 6e9b45d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ jobs:
strategy:
matrix:
include:
- runner: 'ubuntu-20.04'
qtVersion: '5.15.2'
- runner: 'macos-13'
# - runner: 'ubuntu-20.04'
# qtVersion: '5.15.2'
- runner: 'macos-14'
qtVersion: '6.5.3'
qtModules: 'qtimageformats'
- runner: 'macos-13'
- runner: 'macos-14'
qtVersion: '5.15.2'
osSuffix: '_legacy'
- runner: 'windows-2022'
qtVersion: '6.5.3'
qtArch: 'win64_msvc2019_64'
osSuffix: '_64'
qtModules: 'qtimageformats'
- runner: 'windows-2022'
qtVersion: '5.15.2'
qtArch: 'win32_msvc2019'
osSuffix: '_32'
# - runner: 'windows-2022'
# qtVersion: '6.5.3'
# qtArch: 'win64_msvc2019_64'
# osSuffix: '_64'
# qtModules: 'qtimageformats'
# - runner: 'windows-2022'
# qtVersion: '5.15.2'
# qtArch: 'win32_msvc2019'
# osSuffix: '_32'
runs-on: ${{ matrix.runner }}
steps:
- name: Set environment variables
Expand Down
2 changes: 2 additions & 0 deletions dist/scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ param (

if ($IsWindows) {
dist/scripts/vcvars.ps1
} elseif ($IsMacOS) {
xcode-select --switch /Applications/Xcode_15.3.app
}

$qtVersion = ((qmake --version -split '\n')[1] -split ' ')[3]
Expand Down

0 comments on commit 6e9b45d

Please sign in to comment.