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