Skip to content

Commit c6c6716

Browse files
authored
fix: ci not working for mac and block release (#2364)
1 parent f05e773 commit c6c6716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
# Using macos-13 instead of latest (macos-14) due to an issue with Puppeteer and such runner.
3737
# 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]
38+
os: [ubuntu-latest, macos-latest, windows-latest]
3939
steps:
4040
- name: Set git to use LF #to once and for all finish neverending fight between Unix and Windows
4141
run: |

0 commit comments

Comments
 (0)