Skip to content

Commit 9bb0011

Browse files
committed
Use ubuntu-22.04 for backward compat tests
1 parent 0335992 commit 9bb0011

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bk-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ jobs:
302302

303303
backward-compatibility-tests:
304304
name: Backward compatibility tests
305-
runs-on: ubuntu-latest
305+
# The old Arquillian requires an old version of Docker Engine, so we need to run it on ubuntu-22.04
306+
runs-on: ubuntu-22.04
306307
timeout-minutes: 75
307308
needs: [ 'build-and-license-check' ]
308309
if: ${{ needs.build-and-license-check.outputs.docs_only != 'true' }}

0 commit comments

Comments
 (0)