Skip to content

Commit

Permalink
fix(ci): Run OCI tests on ubuntu-latest again
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
  • Loading branch information
SystemKeeper committed Mar 9, 2024
1 parent 868270c commit 99e334a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- 'composer.lock'
integration-oci:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- 'composer.lock'
phpunit-oci:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

needs: [changes, matrix]
if: needs.changes.outputs.src != 'false'
Expand Down

0 comments on commit 99e334a

Please sign in to comment.