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 e55c7f2 commit 62cdff6Copy full SHA for 62cdff6
.github/workflows/check.yml
@@ -15,7 +15,7 @@ permissions:
15
16
jobs:
17
collect:
18
- runs-on: ubuntu-latest
+ runs-on: macos-latest
19
outputs:
20
checks: ${{ steps.checks.outputs.checks }}
21
@@ -40,7 +40,7 @@ jobs:
40
check: ${{ fromJson(needs.collect.outputs.checks) }}
41
fail-fast: false
42
43
44
permissions:
45
contents: read
46
security-events: write
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
48
release:
49
needs: ["build"]
50
51
52
53
contents: write
0 commit comments