Skip to content

Commit

Permalink
CI: Stick with ubuntu-22.04 for CodeQL analysis
Browse files Browse the repository at this point in the history
The ubuntu-latest alias now refers to ubuntu-24.04 instead of
ubuntu-22.04 which causes CodeQL's autobuild to fail with:

    cpp/autobuilder: deptrace not supported in ubuntu 24.04

Until depbuild is supported by ubuntu-24.04 hosted runners request
ubuntu-22.04 which is supported.

Signed-off-by: Brian Behlendorf <[email protected]>
ZFS-CI-Type: quick
  • Loading branch information
behlendorf committed Oct 11, 2024
1 parent 7e4be92 commit 2751882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
Expand Down

0 comments on commit 2751882

Please sign in to comment.