mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 11:40:24 +08:00
Disable auto-detect language test on macos
This commit is contained in:
2
.github/workflows/integration-testing.yml
vendored
2
.github/workflows/integration-testing.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
multi-language-repo_test-autodetect-languages:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user