Skip to content

Commit c860ef2

Browse files
committed
ci(network-drive): don't test on macos
macFUSE is not available there, see note
1 parent e426acc commit c860ef2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-network-drive.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
os: [macos-latest, windows-latest, ubuntu-latest]
16+
# according to https://github.com/actions/runner-images/issues/598, macFUSE does not work on GitHub runners, therefore we can't test it in ci
17+
os: [windows-latest, ubuntu-latest]
1718
version: [V1, V2] # This remains to define which version of the secrets to use
1819
runs-on: ${{ matrix.os }}
1920
steps:

0 commit comments

Comments
 (0)