Skip to content

Commit b7fc439

Browse files
committed
fix(ci): Update to macOS 12 runner for Homebrew build jobs
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.
1 parent cd7d471 commit b7fc439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- os: macos-11
18+
- os: macos-12
1919
qt-version-major: 5
2020
build-type: debug
2121

22-
- os: macos-11
22+
- os: macos-12
2323
qt-version-major: 6
2424
build-type: debug
2525
steps:

0 commit comments

Comments
 (0)