Skip to content

Commit

Permalink
Workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 30, 2023
1 parent c1ffa68 commit d0a8e0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: cpp
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
workflow_dispatch:

env:
PACKAGES: libspdlog-dev libpcap-dev libprotobuf-dev libgmock-dev
PACKAGES: g++ protobuf-compiler libspdlog-dev libpcap-dev libprotobuf-dev libgmock-dev

jobs:
code_coverage:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
SOURCES: cpp
BUILD_WRAPPER_OUT_DIR: "$HOME/.build_wrapper_out" # Directory where build-wrapper output will be placed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: cpp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
unit_tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: cpp
Expand Down

0 comments on commit d0a8e0e

Please sign in to comment.