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