Skip to content

Commit

Permalink
github/workflows: update tested ubuntu versions
Browse files Browse the repository at this point in the history
ubuntu-18.04 runners are deprecated, move to ubuntu-20.04 and ubuntu-2022.04

Signed-off-by: Stephen Oost <[email protected]>
  • Loading branch information
ooststep committed Dec 1, 2022
1 parent 0af3dc3 commit 6664f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ env:
RDMA_CORE_VERSION: v34.1
jobs:
coverity:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Install dependencies (Linux)
run: |
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ env:
abi-dumper
build-essential
debhelper
dh-systemd
fakeroot
gcc
git
Expand All @@ -18,7 +17,7 @@ env:
ninja-build
pandoc
pkg-config
python
python-is-python3
rpm
sparse
valgrind
Expand All @@ -43,8 +42,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
cc:
- gcc
- clang
Expand Down Expand Up @@ -73,7 +72,7 @@ jobs:
name: config.log
path: config.log
hmem:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Install dependencies (Linux)
run: |
Expand Down

0 comments on commit 6664f9f

Please sign in to comment.