Skip to content

Commit

Permalink
ci: build fix macOS Qt5 intel build (macos-12 GA runner is gone)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Dec 4, 2024
1 parent 91b32f4 commit e463292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.mac.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-13, macos-14]
config: [Release]
include:
- os: macos-12
- os: macos-13
arch: x64
qtver: Qt5
qtvershort: "5_intel"
Expand Down

0 comments on commit e463292

Please sign in to comment.