Skip to content

Commit

Permalink
CI: Update package tests to Ubuntu 22.04 runner
Browse files Browse the repository at this point in the history
Ubuntu 20.04 runner image is deprecated in February,
and fully unsupported in April.

Also maybe the 22.04 image will be unaffected by whatever issue
prevents installing Pulsar in the latest Ubutnu 20.04 Runner image
new from this month (January)?
  • Loading branch information
DeeDeeG committed Jan 7, 2025
1 parent 4505abe commit 5b8f8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: |
!startsWith(github.event.pull_request.title, '[skip-ci]') &&
!startsWith(github.event.pull_request.title, '[skip-package-ci]')
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the latest code
uses: actions/checkout@v4
Expand Down

0 comments on commit 5b8f8ec

Please sign in to comment.