Skip to content

Commit 139a3ff

Browse files
Fix invalid 'runs-on' for linting
1 parent 1ca2f88 commit 139a3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
lint:
9797
name: "Linting (PHP ${{ matrix.php-version }})"
98-
runs-on: ${{ matrix.os }}
98+
runs-on: "ubuntu-22.04"
9999
continue-on-error: true
100100

101101
strategy:

0 commit comments

Comments
 (0)