Skip to content

Commit 9e04f66

Browse files
authored
Update macos worker matrix.
1 parent 87d4858 commit 9e04f66

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@ jobs:
6464
strategy:
6565
fail-fast: false
6666
matrix:
67-
os_version: [14, 13]
68-
qt_version: [5.15.2, 6.8.2]
67+
os_version: [15, 14, 15-intel]
68+
qt_version: [6.8.2, 5.15.2]
6969
shared: [ON, OFF]
7070
exclude:
7171
- os_version: 14
72-
qt_version: 5.15.2 #Not available on macos-14 due to ARM arch
72+
qt_version: 5.15.2 #Not available due to ARM arch
73+
- os_version: 15
74+
qt_version: 5.15.2 #Not available due to ARM arch
7375
uses: ./.github/workflows/reusable.yml
7476
with:
7577
runs_on: macos-${{ matrix.os_version }}
@@ -170,7 +172,7 @@ jobs:
170172
strategy:
171173
fail-fast: false
172174
matrix:
173-
os_version: [ 14 ]
175+
os_version: [ 15 ]
174176
qt_version: [ 6.8.2 ]
175177
shared: [ ON ]
176178
uses: ./.github/workflows/reusable.yml

0 commit comments

Comments
 (0)