Skip to content

Commit f457d75

Browse files
committed
downgrade macos runner from 14 to 13
1 parent e077272 commit f457d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/if-nodejs-pr-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
# macos-latest (14.1) makes tests to timeout!
18-
os: [ubuntu-latest, macos-latest, windows-latest]
18+
os: [ubuntu-latest, macos-13, windows-latest]
1919
steps:
2020
- if: >
2121
!github.event.pull_request.draft && !(

0 commit comments

Comments
 (0)