diff --git a/.github/workflows/integrationTests.yaml b/.github/workflows/integrationTests.yaml index 5f22461c..c421e443 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-22.04 permissions: contents: 'read' id-token: 'write'