Skip to content

Commit f975a98

Browse files
authored
Separate MacOS workflows from the big one (#1236)
Separate MacOS workflows from the big one so as to avoid too much tasks And optimize the total duration by reducing getting LLVM libraries times
1 parent cc942e8 commit f975a98

File tree

7 files changed

+614
-337
lines changed

7 files changed

+614
-337
lines changed

.github/workflows/codeing_guildelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Cancel Workflow Action
24-
uses: styfle/cancel-workflow-action@0.6.0
24+
uses: styfle/cancel-workflow-action@0.9.1
2525
with:
2626
access_token: ${{ github.token }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: checkout
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3
3434
with:
3535
fetch-depth: 0
3636

0 commit comments

Comments
 (0)