Skip to content

Commit 68be7f3

Browse files
committed
workflow: retire macos-13 (amd64) from bincheck CI
The macOS-13 based runner images are now retired. For more details, see actions/runner-images#13046. Epic: none Release note: none
1 parent da2310c commit 68be7f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/bincheck.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- run: cd build/release/bincheck && ./test-linux ${{ github.ref_name }} ${{ github.sha }}
1717

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-
2418
darwin-arm64:
2519
runs-on: macos-latest
2620
steps:

0 commit comments

Comments
 (0)