File tree 3 files changed +6
-8
lines changed 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
strategy :
16
16
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]
18
20
steps :
19
21
- if : >
20
22
!github.event.pull_request.draft && !(
Original file line number Diff line number Diff line change 33
33
runs-on : ${{ matrix.os }}
34
34
strategy :
35
35
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]
37
39
steps :
38
40
- name : Set git to use LF # to once and for all finish neverending fight between Unix and Windows
39
41
run : |
Original file line number Diff line number Diff line change 20
20
name : Notify slack on every new issue
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - name : Checkout repository
24
- uses : actions/checkout@v3
25
23
- name : Convert markdown to slack markdown for issue
26
24
uses : asyncapi/.github/.github/actions/slackify-markdown@master
27
25
id : issuemarkdown
40
38
name : Notify slack on every new pull request
41
39
runs-on : ubuntu-latest
42
40
steps :
43
- - name : Checkout repository
44
- uses : actions/checkout@v3
45
41
- name : Convert markdown to slack markdown for pull request
46
42
uses : asyncapi/.github/.github/actions/slackify-markdown@master
47
43
id : prmarkdown
60
56
name : Notify slack on every new pull request
61
57
runs-on : ubuntu-latest
62
58
steps :
63
- - name : Checkout repository
64
- uses : actions/checkout@v3
65
59
- name : Convert markdown to slack markdown for pull request
66
60
uses : asyncapi/.github/.github/actions/slackify-markdown@master
67
61
id : discussionmarkdown
You can’t perform that action at this time.
0 commit comments