We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c356d3 commit 60bba4eCopy full SHA for 60bba4e
.github/workflows/ci.yml
@@ -45,8 +45,10 @@ jobs:
45
include:
46
- name: Tests
47
command: bin/tests --postgresql-host postgres
48
+ runs_on: depot-ubuntu-24.04-arm-4
49
- name: Lint
50
command: bin/lint
51
52
- name: User Documentation
53
command: bin/user-docs
54
- name: Developer Documentation
@@ -57,7 +59,7 @@ jobs:
57
59
command: bin/licenses
58
60
- name: Translations
61
command: bin/translations
- runs-on: depot-ubuntu-24.04-arm-4
62
+ runs-on: ${{ (matrix.runs_on != null) && matrix.runs_on || 'depot-ubuntu-24.04-arm' }}
63
container:
64
image: registry.depot.dev/rltf7cln5v:${{ needs.build.outputs.buildId }}
65
env:
0 commit comments