Skip to content

Commit 96901ac

Browse files
authored
Merge pull request #31 from github/macos
Disable auto-detect language test on macos
2 parents a76042a + cc471c2 commit 96901ac

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)