Skip to content

Commit 1136033

Browse files
authored
Merge branch 'main' into lsc-1743027596.2318501
2 parents f34b9d4 + 5fe67e0 commit 1136033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/graalvmIntegrationTests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
graalvmIntegrationTests:
2727
name: ${{ matrix.name }}
2828
if: github.repository == 'GoogleCloudPlatform/cloud-spanner-r2dbc'
29-
runs-on: ubuntu-20.04
29+
runs-on: 'ubuntu-24.04'
3030
strategy:
3131
fail-fast: false
3232
matrix:

.github/workflows/unitTests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
unitTests:
29-
runs-on: ubuntu-20.04
29+
runs-on: 'ubuntu-24.04'
3030
strategy:
3131
fail-fast: false
3232
matrix:

0 commit comments

Comments
 (0)