We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e077272 commit f457d75Copy full SHA for f457d75
.github/workflows/if-nodejs-pr-testing.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
# macos-latest (14.1) makes tests to timeout!
18
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-13, windows-latest]
19
steps:
20
- if: >
21
!github.event.pull_request.draft && !(
0 commit comments