Skip to content

Commit fb55e39

Browse files
committed
add macos-14
1 parent 15d3633 commit fb55e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: False
5454
matrix:
55-
os: [ ubuntu-latest, macos-latest ]
55+
os: [ ubuntu-latest, macos-latest, macos-14 ]
5656
steps:
5757
- name: Checkout repository
5858
uses: actions/checkout@v4
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ${{ matrix.os }}
9191
strategy:
9292
matrix:
93-
os: [ windows-latest, ubuntu-latest, macos-latest ]
93+
os: [ windows-latest, ubuntu-latest, macos-latest, macos-14 ]
9494
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
9595

9696
steps:

0 commit comments

Comments
 (0)