Skip to content

Commit 3733ea0

Browse files
committed
Add macos-14 to the push workflow
1 parent 95c5c40 commit 3733ea0

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
@@ -98,7 +98,11 @@ jobs:
9898
- name: Verify generated files are up to date
9999
uses: ./.github/actions/verify-generated-files
100100
MACOS_DEBUG_NTS:
101-
runs-on: macos-12
101+
strategy:
102+
matrix:
103+
os: [13, 14]
104+
name: MACOS_DEBUG_NTS_${{ matrix.os }}
105+
runs-on: macos-${{ matrix.os }}
102106
steps:
103107
- name: git checkout
104108
uses: actions/checkout@v4

0 commit comments

Comments
 (0)