Skip to content

Commit f279233

Browse files
committed
tools: roll back to x86 runner on scorecard.yml
PR-URL: #61944 Refs: #61903 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 21d4baf commit f279233

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ 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+
# cannot use ubuntu-24.04-arm here because the docker image is x86 only
26+
runs-on: ubuntu-latest
2627
permissions:
2728
# Needed to upload the results to code-scanning dashboard.
2829
security-events: write

0 commit comments

Comments
 (0)