Skip to content

Commit

Permalink
Merge pull request #11764 from nextcloud/fix/noid/oci-on-garm
Browse files Browse the repository at this point in the history
Run OCI tests on ubuntu-latest again
  • Loading branch information
SystemKeeper authored Mar 11, 2024
2 parents 570f736 + 99e334a commit 1050fa7
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 1050fa7

Please sign in to comment.