Skip to content

Commit ca15903

Browse files
authored
Fix: Fix tentative for docker test
1 parent 712f5c0 commit ca15903

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ jobs:
8484
run: make test
8585

8686
docker:
87-
strategy:
88-
matrix:
89-
os: [ubuntu-latest, macos-latest]
90-
runs-on: ${{ matrix.os }}
87+
runs-on: ubuntu-latest
9188
steps:
9289
- name: Checkout Repository
9390
uses: actions/checkout@v4

0 commit comments

Comments
 (0)