Skip to content

Commit

Permalink
Change runner to ubuntu-22.04 (#33816)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashorabek authored Feb 3, 2025
1 parent b701737 commit e380edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: |
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'schedule' && github.repository == 'apache/beam')
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 160
name: ${{ matrix.job_name }} (${{ matrix.container_task }})
strategy:
Expand Down

0 comments on commit e380edf

Please sign in to comment.