We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f0f19 commit b03be18Copy full SHA for b03be18
1 file changed
.github/workflows/if-nodejs-pr-testing.yml
@@ -14,7 +14,9 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [ubuntu-latest, macos-latest, windows-latest]
+ # Using macos-13 instead of latest (macos-14) due to an issue with Puppeteer and such runner.
18
+ # See: https://github.com/puppeteer/puppeteer/issues/12327 and https://github.com/asyncapi/parser-js/issues/1001
19
+ os: [ubuntu-latest, macos-13, windows-latest]
20
steps:
21
- if: >
22
!github.event.pull_request.draft && !(
0 commit comments