Skip to content

Commit 1720cd2

Browse files
committed
Add macos-14 to the push workflow
1 parent c8c9fc3 commit 1720cd2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,11 @@ jobs:
148148
if: ${{ !matrix.asan }}
149149
uses: ./.github/actions/verify-generated-files
150150
MACOS_DEBUG_NTS:
151-
runs-on: macos-13
151+
strategy:
152+
matrix:
153+
os: [13, 14]
154+
name: MACOS_DEBUG_NTS_${{ matrix.os }}
155+
runs-on: macos-${{ matrix.os }}
152156
steps:
153157
- name: git checkout
154158
uses: actions/checkout@v4

0 commit comments

Comments
 (0)