Skip to content

Commit

Permalink
[ci] use macos-13 for intel qt6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb authored May 20, 2024
1 parent 1f2c48f commit 070d395
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 @@ -15,12 +15,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
qtver: "5.15.2"
qtvershort: "5_intel"
- os: macos-12
- os: macos-13
qtver: "6.6.3"
qtvershort: "6_intel"
- os: macos-14
Expand Down

0 comments on commit 070d395

Please sign in to comment.