Skip to content

Commit

Permalink
ci: Run CodeQL job in Ubuntu 22.04
Browse files Browse the repository at this point in the history
No meaningful difference, except it's newer.
  • Loading branch information
GeorgesStavracas authored and TingPing committed Apr 28, 2024
1 parent ff066e0 commit dd9b85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -167,7 +167,7 @@ jobs:
permissions:
security-events: write # for codeql
name: Build with clang and analyze
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit dd9b85a

Please sign in to comment.