Skip to content

Commit

Permalink
ci: switch to ubuntu-latest
Browse files Browse the repository at this point in the history
All other CI jobs run on ubuntu-latest.
  • Loading branch information
LaszloGombos authored and Conan-Kudo committed May 17, 2024
1 parent 80480a7 commit d0d296d
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 @@ -22,7 +22,7 @@ permissions:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit d0d296d

Please sign in to comment.