Skip to content

Commit afc5be9

Browse files
tests: Run on Linux only
1 parent db990fe commit afc5be9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [macos-latest, macos-13]
11+
# os: [macos-latest, macos-13]
12+
os: [ubuntu-latest]
1213
php: [8.1, 8.2, 8.3, 8.4]
1314

14-
name: Tests P${{ matrix.php }} - ${{ matrix.os }}
15+
name: Tests PHP${{ matrix.php }} - ${{ matrix.os }}
1516

1617
steps:
1718

0 commit comments

Comments
 (0)