Skip to content

Commit 935402a

Browse files
author
Raghuveer Devulapalli
authored
Merge pull request #188 from sterrettm2/scorecard-2
Change scorecard runner to ubuntu-latest
2 parents 16d7c60 + 5f9b45f commit 935402a

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 @@ jobs:
2222

2323
name: Scorecard analysis
2424
if: github.repository == 'intel/x86-simd-sort'
25-
runs-on: intel-ubuntu-24.04
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)