Skip to content

Commit

Permalink
Run on ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 19, 2024
1 parent ba4cd05 commit 840cbc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ jobs:

system-tests:
name: CI - System - ${{ matrix.name }}
runs-on: ubuntu-22.04
runs-on: ${{ matrix.runs-on || 'ubuntu-22.04' }}
timeout-minutes: 60
needs: ['preconditions', 'pulsar-test-latest-version-image']
if: ${{ needs.preconditions.outputs.docs_only != 'true' }}
Expand Down Expand Up @@ -978,6 +978,8 @@ jobs:
- name: Pulsar IO
group: PULSAR_IO
clean_disk: true
# run on ubuntu-20.04 to avoid mssql server image crash
runs-on: ubuntu-20.04

steps:
- name: checkout
Expand Down

0 comments on commit 840cbc9

Please sign in to comment.