We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0335992 commit 9bb0011Copy full SHA for 9bb0011
.github/workflows/bk-ci.yml
@@ -302,7 +302,8 @@ jobs:
302
303
backward-compatibility-tests:
304
name: Backward compatibility tests
305
- runs-on: ubuntu-latest
+ # 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
307
timeout-minutes: 75
308
needs: [ 'build-and-license-check' ]
309
if: ${{ needs.build-and-license-check.outputs.docs_only != 'true' }}
0 commit comments