Skip to content

Commit 3e36c6e

Browse files
committed
fixup! tools: roll back to x86 runner on scorecard.yml
1 parent 899edbc commit 3e36c6e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/coverage-linux-without-intl.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ permissions:
4848
jobs:
4949
coverage-linux-without-intl:
5050
if: github.event.pull_request.draft == false
51-
# cannot use ubuntu-24.04-arm here because ossf/scorecard-action docker image is x86 only
5251
runs-on: ubuntu-24.04
5352
steps:
5453
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/scorecard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
analysis:
2323
name: Scorecard analysis
2424
# cannot use ubuntu-slim here because ossf/scorecard-action is dockerized
25+
# cannot use ubuntu-24.04-arm here because the docker image is x86 only
2526
runs-on: ubuntu-latest
2627
permissions:
2728
# Needed to upload the results to code-scanning dashboard.

0 commit comments

Comments
 (0)