Skip to content

Commit

Permalink
gh/workflows: Use ubuntu-22.04 for running tests
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb committed Jul 4, 2023
1 parent a3c0e90 commit d15f647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9

Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@b9261167e38b067d7df2d9a13dc78e0532776139
with:
ubuntu-version: "20.04"
ubuntu-version: "22.04"
version: "12.0.0"
directory: $HOME/.clang
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
Expand Down

0 comments on commit d15f647

Please sign in to comment.