mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +08:00
Add mac os 14
This commit is contained in:
parent
4049f78b05
commit
6a43580fc4
9
.github/workflows/cmake.yml
vendored
9
.github/workflows/cmake.yml
vendored
@ -22,11 +22,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, macos-14, windows-2019, windows-2022]
|
||||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, windows-2019, windows-2022]
|
|
||||||
qt_version: [5.12.12, 5.15.2, 6.4.0, 6.5.0, 6.6.0, 6.7.0]
|
qt_version: [5.12.12, 5.15.2, 6.4.0, 6.5.0, 6.6.0, 6.7.0]
|
||||||
shared: [ON, OFF]
|
shared: [ON, OFF]
|
||||||
|
exclude:
|
||||||
|
- os: macos-14
|
||||||
|
qt_version: 5.12.12
|
||||||
|
- os: macos-14
|
||||||
|
qt_version: 5.15.2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user