Skip to content

Commit

Permalink
ci: change codeql from macos to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Jul 30, 2024
1 parent f928948 commit 922aa11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
codeql:
runs-on: macos-latest
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
Expand All @@ -41,6 +41,7 @@ jobs:
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
with:
languages: go
build-mode: manual
- name: Run Build
run: make build
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 922aa11

Please sign in to comment.