Skip to content

Commit a1616e2

Browse files
committed
chore: Update GitHub Actions workflow to use Ubuntu 22.04
- Change the runner for the analysis job to Ubuntu 22.04 This update aligns the workflow with the latest Ubuntu version for improved compatibility and performance.
1 parent 1c876fc commit a1616e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-22.04
2727

2828
strategy:
2929
fail-fast: false

0 commit comments

Comments
 (0)