Skip to content

Commit e1c7033

Browse files
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label (googleapis#26481)
Co-authored-by: Bill Napier <napier@google.com>
1 parent 14250da commit e1c7033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codegen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# As of November 2023, it returns 269 service names.
1111
uses: googleapis/discovery-artifact-manager/.github/workflows/list-services.yml@master
1212
total_service_size_check:
13-
runs-on: ubuntu-20.04
13+
runs-on: 'ubuntu-24.04'
1414
needs: discovery
1515
steps:
1616
- uses: actions/github-script@v5
@@ -24,7 +24,7 @@ jobs:
2424
throw new Error(`Total services (${services.length}) exceed limit of ${MAX_SERVICE_SIZE}`)
2525
}
2626
batch:
27-
runs-on: ubuntu-20.04
27+
runs-on: 'ubuntu-24.04'
2828
needs: discovery
2929
outputs:
3030
# As of November 2023, the output of batch job is a 3-element array, which contains a chunk of 100 service names

0 commit comments

Comments
 (0)