Skip to content

Commit

Permalink
[CI] add macos-14 (arm) build
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb authored Feb 1, 2024
1 parent 5494d4e commit 654610c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.mac.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12]
os: [macos-11, macos-12, macos-14]
include:
- os: macos-11
qtver: "5.15.2"
qtvershort: 5
qtvershort: "5_intel"
- os: macos-12
qtver: "6.6.1"
qtvershort: 6
qtvershort: "6_intel"
- os: macos-14
qtver: "6.6.1"
qtvershort: "6_arm"

steps:
- name: Checkout Git Repo
Expand Down

0 comments on commit 654610c

Please sign in to comment.