Skip to content

Commit cc471c2

Browse files
committed
Disable auto-detect language test on macos
1 parent a76042a commit cc471c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
multi-language-repo_test-autodetect-languages:
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, windows-latest, macos-latest]
9+
os: [ubuntu-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:

0 commit comments

Comments
 (0)