Skip to content

Commit 802331b

Browse files
authored
Merge pull request #38365 from apache/python-arm
Run workflows on ubuntu-24.04
2 parents 49abdcf + 5938b31 commit 802331b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/beam_PostCommit_Python_Arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env:
5353
jobs:
5454
beam_PostCommit_Python_Arm:
5555
name: ${{ matrix.job_name }} ${{ matrix.python_version }}
56-
runs-on: ubuntu-22.04
56+
runs-on: [self-hosted, ubuntu-24.04, main]
5757
timeout-minutes: 480
5858
strategy:
5959
fail-fast: false

.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: |
5353
github.event_name == 'workflow_dispatch' ||
5454
(github.event_name == 'schedule' && github.repository == 'apache/beam')
55-
runs-on: ubuntu-22.04
55+
runs-on: [self-hosted, ubuntu-24.04, main]
5656
timeout-minutes: 300
5757
name: ${{ matrix.job_name }} (${{ matrix.container_task }})
5858
strategy:

.github/workflows/republish_released_docker_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ env:
3838
jobs:
3939

4040
build:
41-
runs-on: ubuntu-22.04
41+
runs-on: [self-hosted, ubuntu-24.04, main]
4242
strategy:
4343
fail-fast: false
4444
matrix:

0 commit comments

Comments
 (0)