Skip to content

Commit

Permalink
CI/macOS: Update to macOS 13
Browse files Browse the repository at this point in the history
This is mainly done because Homebrew has recently dropped support for
macOS 12, which causes a massive slowdown in CI when installing Qt 6,
because it has to be built from source.
  • Loading branch information
guihkx committed Sep 29, 2024
1 parent 669533c commit 292414a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-12
- os: macos-13
qt-version-major: 5
build-type: debug

- os: macos-12
- os: macos-13
qt-version-major: 6
build-type: debug
steps:
Expand Down Expand Up @@ -71,11 +71,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-12
- os: macos-13
qt-version: 5.15.2
build-type: release

- os: macos-12
- os: macos-13
qt-version: 6.5.2
build-type: release
steps:
Expand Down

0 comments on commit 292414a

Please sign in to comment.