Skip to content

Commit 6931427

Browse files
committed
chore: downgrade ubuntu
1 parent 13bcdf6 commit 6931427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: set up php
@@ -20,7 +20,7 @@ jobs:
2020
- name: lint
2121
run: make lint
2222
run-tests:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-20.04
2424
strategy:
2525
matrix:
2626
phpversion: ["7.4", "8.0", "8.1", "8.2"]

0 commit comments

Comments
 (0)