Skip to content

Commit 24d25b3

Browse files
authored
Add macos-14 to macos CI (#2619)
1 parent 6f6e160 commit 24d25b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/macos.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ permissions:
4141
jobs:
4242
build:
4343
name: macos
44-
runs-on: macos-latest
44+
runs-on: ${{ matrix.os }}
45+
46+
strategy:
47+
fail-fast: false
48+
matrix:
49+
os: [macos-latest, macos-14]
4550

4651
steps:
4752
- name: Checkout repository

0 commit comments

Comments
 (0)