Skip to content

Commit 49de47a

Browse files
committed
chore: Github action fix
1 parent 6ab6e9c commit 49de47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
php-tests:
7-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-latest
88

99
strategy:
1010
matrix:

0 commit comments

Comments
 (0)