diff --git a/.github/workflows/integrationTests.yaml b/.github/workflows/integrationTests.yaml index 5f22461c..a8b4dec4 100644 --- a/.github/workflows/integrationTests.yaml +++ b/.github/workflows/integrationTests.yaml @@ -27,7 +27,7 @@ on: jobs: integrationTests: if: github.repository == 'GoogleCloudPlatform/cloud-spanner-r2dbc' - runs-on: ubuntu-20.04 + runs-on: 'ubuntu-24.04' permissions: contents: 'read' id-token: 'write'