Skip to content

Commit 840cbc9

Browse files
committed
Run on ubuntu-20.04
1 parent ba4cd05 commit 840cbc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pulsar-ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ jobs:
944944

945945
system-tests:
946946
name: CI - System - ${{ matrix.name }}
947-
runs-on: ubuntu-22.04
947+
runs-on: ${{ matrix.runs-on || 'ubuntu-22.04' }}
948948
timeout-minutes: 60
949949
needs: ['preconditions', 'pulsar-test-latest-version-image']
950950
if: ${{ needs.preconditions.outputs.docs_only != 'true' }}
@@ -978,6 +978,8 @@ jobs:
978978
- name: Pulsar IO
979979
group: PULSAR_IO
980980
clean_disk: true
981+
# run on ubuntu-20.04 to avoid mssql server image crash
982+
runs-on: ubuntu-20.04
981983

982984
steps:
983985
- name: checkout

0 commit comments

Comments
 (0)