Skip to content

Commit 9c27b67

Browse files
build: update integration tests to use Ubuntu 22.04
https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/ shows that ubuntu-20.x was taken down since April 15, which is the date the jobs started failing due to missing runner:
1 parent 3b12b9e commit 9c27b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrationTests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
integrationTests:
2929
if: github.repository == 'GoogleCloudPlatform/cloud-spanner-r2dbc'
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
permissions:
3232
contents: 'read'
3333
id-token: 'write'

0 commit comments

Comments
 (0)