Skip to content
Snippets Groups Projects
Unverified Commit f1609776 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu Committed by GitHub
Browse files

Update GitHub workflow to use ubuntu-22.04 instead of ubuntu-latest (#130)


* Update GitHub workflow to use ubuntu-22.04 instead of ubuntu-latest

This change is made to avoid issues related to the ongoing Ubuntu upgrade in the CI workflow.

Signed-off-by: default avatarTharun Kumar Merugu <quic_mtharu@quicinc.com>
parent 7c4345e1
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Git checkout
......
......@@ -9,7 +9,7 @@ on:
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
# required for all workflows
......@@ -70,4 +70,4 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
\ No newline at end of file
category: "/language:${{matrix.language}}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment