Skip to content

Commit df8d0d1

Browse files
asyncapi-botasyncapi-bot
andauthored
ci: update of files from global .github repo (#586)
Co-authored-by: asyncapi-bot <info@asyncapi.io>
1 parent a9bef55 commit df8d0d1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
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 && !(

.github/workflows/if-nodejs-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-latest, macos-latest, windows-latest]
36+
# 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]
3739
steps:
3840
- name: Set git to use LF #to once and for all finish neverending fight between Unix and Windows
3941
run: |

0 commit comments

Comments
 (0)