Skip to content

Commit

Permalink
ci: pin to macos-13 as macos-latest is too new for Qt5
Browse files Browse the repository at this point in the history
The macos-latest runners will transition to macos-14 over the next 12 weeks, but that no longer contains XCode 14.2 that we need to build against Qt5. Thus Pin to macos-13, that has Xcode 14.2. See https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/ and https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md

Signed-off-by: Christoph Settgast <csett86_git@quicksands.de>
  • Loading branch information
csett86 committed Apr 20, 2024
1 parent 0bce425 commit 1c9292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
macos:
name: 'macOS: Build'
runs-on: macos-latest
runs-on: macos-13
needs: version
env:
VERSION_NUMBER: ${{ needs.version.outputs.version_number }}
Expand Down

0 comments on commit 1c9292f

Please sign in to comment.