From 5f9b45f084516aea778ff3e3fa3448877d46cf81 Mon Sep 17 00:00:00 2001 From: Matthew Sterrett Date: Mon, 10 Mar 2025 13:40:51 -0700 Subject: [PATCH] Change scorecard runner to ubuntu-latest --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 1b7f7d3..cd900df 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -22,7 +22,7 @@ jobs: name: Scorecard analysis if: github.repository == 'intel/x86-simd-sort' - runs-on: intel-ubuntu-24.04 + runs-on: ubuntu-latest permissions: # Needed to upload the results to code-scanning dashboard. security-events: write