Skip to content

Commit f454c76

Browse files
committed
try macos-14
1 parent 7dbbcb7 commit f454c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [macos-13, windows-2022]
12+
os: [macos-14, windows-2022]
1313
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1414
node-version: [20]
1515
timeout-minutes: 8

.github/workflows/integration-tests-extended.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [macos-13, windows-2022]
12+
os: [macos-14, windows-2022]
1313
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1414
node-version: [20]
1515
timeout-minutes: 11

0 commit comments

Comments
 (0)