Skip to content

Commit e875d7a

Browse files
committed
CI: Stop running on macOS
1 parent 47f97ab commit e875d7a

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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [ ubuntu-latest, macos-latest ] # , windows-latest ]
22+
os: [ ubuntu-latest ] # macos-latest, windows-latest
2323
ruby-version: [ "2.6", "2.7", "3.0", "3.1" ]
2424

2525
services:

0 commit comments

Comments
 (0)