Skip to content

Commit d4d88c5

Browse files
Change runs-on tag in workflow
1 parent 939bad6 commit d4d88c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
tests:
77
name: Tests PHP ${{ matrix.php }}
8-
runs-on: ubuntu-latest
8+
runs-on: nothing
99
continue-on-error: ${{ matrix.experimental }}
1010
strategy:
1111
fail-fast: false

0 commit comments

Comments
 (0)