From 30b10452bbd063e9cefb432f4fefd07ed3df0d06 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Wed, 26 Mar 2025 22:36:56 +0000 Subject: [PATCH] Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label --- .github/workflows/system-tests-spanner-emulator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/system-tests-spanner-emulator.yaml b/.github/workflows/system-tests-spanner-emulator.yaml index 8e1db17d5e8c..c1add04fdf7a 100644 --- a/.github/workflows/system-tests-spanner-emulator.yaml +++ b/.github/workflows/system-tests-spanner-emulator.yaml @@ -14,7 +14,7 @@ permissions: contents: read jobs: test: - runs-on: ubuntu-20.04 + runs-on: 'ubuntu-24.04' services: emulator: