Skip to content

Commit 50a6b27

Browse files
committed
ci: switch to any github runner again
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 9a1cc1c commit 50a6b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- 'composer.lock'
3535
3636
integration:
37-
runs-on: ubuntu-22.04
37+
runs-on: ubuntu-latest
3838

3939
strategy:
4040
fail-fast: false

.github/workflows/phpunit-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- 'composer.lock'
5757
5858
phpunit-oci:
59-
runs-on: ubuntu-22.04
59+
runs-on: ubuntu-latest
6060

6161
needs: [changes, matrix]
6262
if: needs.changes.outputs.src != 'false'

0 commit comments

Comments
 (0)