Skip to content

Commit aa418f0

Browse files
committed
chore: update CI configurations to use ubuntu-24.04-arm for all jobs
1 parent 5e1cda0 commit aa418f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions: read-all
2222
jobs:
2323
analysis:
2424
name: Scorecard analysis
25-
runs-on: ubuntu-24.04-arm
25+
runs-on: ubuntu-24.04
2626
# `publish_results: true` only works when run from the default branch. conditional can be removed if disabled.
2727
if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request'
2828
permissions:

0 commit comments

Comments
 (0)