Skip to content

Commit 899edbc

Browse files
committed
tools: roll back to x86 runner on scorecard.yml
1 parent a664168 commit 899edbc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ 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
5152
runs-on: ubuntu-24.04
5253
steps:
5354
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
analysis:
2323
name: Scorecard analysis
2424
# cannot use ubuntu-slim here because ossf/scorecard-action is dockerized
25-
runs-on: ubuntu-24.04-arm
25+
runs-on: ubuntu-latest
2626
permissions:
2727
# Needed to upload the results to code-scanning dashboard.
2828
security-events: write

0 commit comments

Comments
 (0)