Skip to content

Commit 112ad21

Browse files
committed
Update ci.yml
1 parent 0351291 commit 112ad21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
platform: [ubuntu-latest, macos-latest, windows-latest]
15+
# macos-latest doesn't have docker-compose, no manifest for windows-latest
16+
platform: [ubuntu-latest]
1617
runs-on: ${{ matrix.platform }}
1718

1819
steps:

0 commit comments

Comments
 (0)