Skip to content

Commit

Permalink
Switch CI to use Ubuntu 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed Jun 24, 2024
1 parent 8a4163e commit 185a289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push, pull_request]

jobs:
cpplint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: cppcheck
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ccplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on: [push, pull_request]

jobs:
cpplint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: cpplint
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: ubuntu-build
steps:
- name: Checkout
Expand Down

0 comments on commit 185a289

Please sign in to comment.