Skip to content

Commit ed11fe2

Browse files
committed
Try specifying macOS runner explicitly
1 parent 89a1ae8 commit ed11fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
node: [14.x, 16.x, 18.x, 19.x]
15-
os: [ubuntu-latest, macos-latest, windows-latest]
15+
os: [ubuntu-latest, macos-14, windows-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)