mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-16 09:51:02 +00:00
chore: run codeql only on linux
This commit is contained in:
parent
011b98b3e0
commit
48ff383ed2
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -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…
x
Reference in New Issue
Block a user