Skip to content

Commit 5f5b03c

Browse files
authored
Merge pull request #38054 from apache/fix-transform-service
Use ubuntu 24.04 for PostCommit TransformService Direct
2 parents 9735944 + 08857d2 commit 5f5b03c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/beam_PostCommit_TransformService_Direct.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
github.event_name == 'pull_request_target' ||
5656
(github.event_name == 'schedule' && github.repository == 'apache/beam') ||
5757
github.event.comment.body == 'Run TransformService_Direct PostCommit'
58-
runs-on: [self-hosted, ubuntu-20.04, main]
58+
runs-on: [self-hosted, ubuntu-24.04, main]
5959
timeout-minutes: 120
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6161
strategy:
@@ -99,4 +99,4 @@ jobs:
9999
commit: '${{ env.prsha || env.GITHUB_SHA }}'
100100
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
101101
files: '**/pytest*.xml'
102-
large_files: true
102+
large_files: true

0 commit comments

Comments
 (0)