Skip to content

Commit

Permalink
ci: Try running oci on all runners
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Dec 12, 2024
1 parent bbb63d9 commit 9079e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
run: cd tests && bash run-integration.sh features/${{ matrix.scenarios }}.feature

oci:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down

0 comments on commit 9079e31

Please sign in to comment.