Skip to content

Commit

Permalink
Switch github runner to macos-13.
Browse files Browse the repository at this point in the history
These runners are based on Homebrew, and Homebrew appears to have
dropped support for macos versions less than 12. That means the
macos-11 runner now fails every time trying to build qt5 from source.
Switch away from the macos-11 runner to a newer runner that is still
supported by Homebrew.
  • Loading branch information
linuxdude42 committed Nov 24, 2023
1 parent b3bf95d commit fafce3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildmaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: build
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-12', 'macos-13']
cc: ['gcc', 'clang']
include:
- cc: 'gcc'
Expand Down

0 comments on commit fafce3f

Please sign in to comment.