Skip to content

Commit 50b6d36

Browse files
committed
[pipeline] Add macos-14 and macos-14-large to job matrix
1 parent 8c9ed70 commit 50b6d36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
preset: linux-ci
1919
- os: macos-12
2020
preset: macos-ci
21+
- os: macos-14-large
22+
preset: macos-ci # x86_64
23+
- os: macos-14
24+
preset: macos-ci # arm64
2125
runs-on: ${{ matrix.os }}
2226
timeout-minutes: 120
2327
steps:

0 commit comments

Comments
 (0)