Skip to content

Commit d7f106c

Browse files
committed
Revert "Downgrade ubuntu to avoid broken runner"
This reverts commit 27d7e73.
1 parent 81cfac1 commit d7f106c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: true
2121
matrix:
2222
os:
23-
- ubuntu-22.04
23+
- ubuntu-latest
2424
arch:
2525
- amd64
2626
- i386

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os:
24-
- ubuntu-22.04
24+
- ubuntu-latest
2525
arch:
2626
- amd64
2727
- i386
@@ -34,7 +34,7 @@ jobs:
3434
- off
3535
include:
3636
- php: nightly
37-
os: ubuntu-22.04
37+
os: ubuntu-latest
3838
arch: amd64
3939
php-jit: on
4040

0 commit comments

Comments
 (0)