From c6df314870ba944d05e57dc4cb4a3955b9de2870 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Wed, 26 Mar 2025 21:43:54 +0000 Subject: [PATCH] Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label --- .github/workflows/ci-nightly-build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-nightly-build-test.yaml b/.github/workflows/ci-nightly-build-test.yaml index 2732ca175..77970385f 100644 --- a/.github/workflows/ci-nightly-build-test.yaml +++ b/.github/workflows/ci-nightly-build-test.yaml @@ -76,7 +76,7 @@ jobs: if: needs.Decision.outputs.run == 'true' name: Build and test needs: Decision - runs-on: ubuntu-20.04 + runs-on: 'ubuntu-24.04' steps: - name: Check out a copy of the TFQ git repository uses: actions/checkout@v4