mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
Don't run on mac
This commit is contained in:
@@ -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