Skip to content

Commit 394a44b

Browse files
asyncapi-botasyncapi-bot
and
asyncapi-bot
authored
ci: update of files from global .github repo (#1002)
Co-authored-by: asyncapi-bot <[email protected]>
1 parent 05b782b commit 394a44b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
17+
# 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]
1820
steps:
1921
- if: >
2022
!github.event.pull_request.draft && !(

0 commit comments

Comments
 (0)