Skip to content

Commit

Permalink
fix(ci): Update to macOS 12 runner for Homebrew build jobs
Browse files Browse the repository at this point in the history
macOS 11 isn't officially supported by Homebrew anymore, which means
they have stopped distributing Qt binaries for that version.

This made some of our macOS jobs to timeout in the "Install Qt" step,
because Qt was being built from source...

Please note that this change will not have any impact on macOS users,
since we distribute official binaries from Qt, not from Homebrew.
  • Loading branch information
guihkx committed Nov 11, 2023
1 parent cd7d471 commit b7fc439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-11
- os: macos-12
qt-version-major: 5
build-type: debug

- os: macos-11
- os: macos-12
qt-version-major: 6
build-type: debug
steps:
Expand Down

0 comments on commit b7fc439

Please sign in to comment.