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.
2 parents 47f9cca + 68be7f3 commit cedc567Copy full SHA for cedc567
.github/workflows/bincheck.yml
@@ -15,12 +15,6 @@ jobs:
15
- uses: actions/checkout@v3
16
- run: cd build/release/bincheck && ./test-linux ${{ github.ref_name }} ${{ github.sha }}
17
18
- darwin-amd64:
19
- runs-on: macos-13
20
- steps:
21
- - uses: actions/checkout@v3
22
- - run: cd build/release/bincheck && ./test-macos-amd64 ${{ github.ref_name }} ${{ github.sha }}
23
-
24
darwin-arm64:
25
runs-on: macos-latest
26
steps:
0 commit comments