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 b03be18 commit 359efb0Copy full SHA for 359efb0
1 file changed
.github/workflows/if-nodejs-release.yml
@@ -33,7 +33,9 @@ jobs:
33
runs-on: ${{ matrix.os }}
34
strategy:
35
matrix:
36
- os: [ubuntu-latest, macos-latest, windows-latest]
+ # Using macos-13 instead of latest (macos-14) due to an issue with Puppeteer and such runner.
37
+ # See: https://github.com/puppeteer/puppeteer/issues/12327 and https://github.com/asyncapi/parser-js/issues/1001
38
+ os: [ubuntu-latest, macos-13, windows-latest]
39
steps:
40
- name: Set git to use LF #to once and for all finish neverending fight between Unix and Windows
41
run: |
0 commit comments