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 b981459
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Nightly Coverity Scan
on:
schedule:
# Every night, at midnight
- cron: '0 0 * * *'
# on:
# schedule:
# # Every night, at midnight
# - cron: '0 0 * * *'
on: [push, pull_request]
env:
APT_PACKAGES: >-
abi-compliance-checker
abi-dumper
build-essential
debhelper
dh-systemd
fakeroot
gcc
git
Expand All @@ -21,7 +21,7 @@ env:
ninja-build
pandoc
pkg-config
python
python-is-python3
rpm
sparse
valgrind
Expand All @@ -41,7 +41,7 @@ env:
RDMA_CORE_VERSION: v34.1
jobs:
coverity:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Install dependencies (Linux)
run: |
Expand Down
5 changes: 2 additions & 3 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

0 comments on commit b981459

Please sign in to comment.