mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
Don't run on mac
This commit is contained in:
2
.github/workflows/integration-testing.yml
vendored
2
.github/workflows/integration-testing.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
multi-language-repo_test-custom-queries:
|
||||
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