chore: run codeql only on linux

This commit is contained in:
Andy Pan 2022-11-27 02:25:39 +08:00
parent 011b98b3e0
commit 48ff383ed2
1 changed files with 1 additions and 1 deletions

View File

@ -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