Skip to content

Commit 81cfac1

Browse files
committed
Downgrade ubuntu to avoid broken runner
1 parent fc1e38e commit 81cfac1

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-latest
23+
- ubuntu-22.04
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-latest
24+
- ubuntu-22.04
2525
arch:
2626
- amd64
2727
- i386
@@ -34,7 +34,7 @@ jobs:
3434
- off
3535
include:
3636
- php: nightly
37-
os: ubuntu-latest
37+
os: ubuntu-22.04
3838
arch: amd64
3939
php-jit: on
4040

0 commit comments

Comments
 (0)