Skip to content

Commit 2d07add

Browse files
committed
try macos-15
1 parent f454c76 commit 2d07add

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [macos-14, windows-2022]
12+
os: [macos-15, windows-2022]
1313
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
14-
node-version: [20]
14+
node-version: [22]
1515
timeout-minutes: 8
1616
steps:
1717
- uses: actions/checkout@v4

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [macos-14, windows-2022]
12+
os: [macos-15, windows-2022]
1313
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
14-
node-version: [20]
14+
node-version: [22]
1515
timeout-minutes: 11
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)