From 871956862efdda84e1c52e9558cdccebfbcddd1f Mon Sep 17 00:00:00 2001 From: Justin Persaud Date: Tue, 4 Mar 2025 16:19:47 -0500 Subject: [PATCH] Update action runners to 24.04 --- .github/actionlint.yaml | 2 +- .github/workflows/reassurePerformanceTests.yml | 2 +- .github/workflows/sendReassurePerfData.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 7bdf2592bb999..a242c7a524790 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -5,7 +5,7 @@ self-hosted-runner: - macos-15-large - macos-15-xlarge - macos-12 - - ubuntu-20.04-v4 + - ubuntu-24.04-v4 paths: '**/*': diff --git a/.github/workflows/reassurePerformanceTests.yml b/.github/workflows/reassurePerformanceTests.yml index 1d777c0632f5f..c652b2276e040 100644 --- a/.github/workflows/reassurePerformanceTests.yml +++ b/.github/workflows/reassurePerformanceTests.yml @@ -9,7 +9,7 @@ on: jobs: perf-tests: if: ${{ github.actor != 'OSBotify' }} - runs-on: ubuntu-20.04-v4 + runs-on: ubuntu-24.04-v4 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/sendReassurePerfData.yml b/.github/workflows/sendReassurePerfData.yml index 17d2ba7dd9c3f..955629ce4bfc1 100644 --- a/.github/workflows/sendReassurePerfData.yml +++ b/.github/workflows/sendReassurePerfData.yml @@ -8,7 +8,7 @@ on: jobs: perf-tests: if: ${{ github.actor != 'OSBotify' }} - runs-on: ubuntu-20.04-v4 + runs-on: ubuntu-24.04-v4 steps: - name: Checkout uses: actions/checkout@v4