Skip to content

Commit 694c766

Browse files
correct label
1 parent 986a6bc commit 694c766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
macos_and_windows:
1111
strategy:
1212
matrix:
13-
os: [macos-latest, windows-2019, macOS]
13+
os: [macos-latest, windows-2019, macos-13]
1414
fail-fast: false
1515
runs-on: ${{ matrix.os }}
1616
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
host_tests:
1212
strategy:
1313
matrix:
14-
os: [macos-latest, windows-2019, macOS]
14+
os: [macos-latest, windows-2019, macos-13]
1515
node: [16.20.1, 18.x, 20.x, 22.x]
1616
fail-fast: false
1717
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)