forked from mirror/ants
chore: run codeql only on linux
This commit is contained in:
parent
011b98b3e0
commit
48ff383ed2
|
@ -24,7 +24,7 @@ on:
|
|||
jobs:
|
||||
CodeQL-Build:
|
||||
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
|
||||
runs-on: [ubuntu-latest, macos-latest]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
# required for all workflows
|
||||
|
|
Loading…
Reference in New Issue