Skip to content

Commit a995423

Browse files
Removes job matrix because docker is not installed on macos.
1 parent 4eefbca commit a995423

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on:
44

55
jobs:
66
test-start:
7-
strategy:
8-
matrix:
9-
os: [ubuntu-latest, macos-latest]
10-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-latest
118

129
steps:
1310
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)