aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2022-09-21 17:37:09 +0200
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-09-22 12:11:36 +0000
commitf10a5b147af6ad96d148bc1df8ddb6c6703bbaa8 (patch)
tree425babf8560ab951b4a21e60c3a9d9be084ec657 /.github
parent73d8bb1bc3d5aa479350a9182e9036b26ce84d58 (diff)
github: fix ubuntu action (move to 22.04).
Ref: #18352.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index f409a6a05c..22c6370ea8 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -5,12 +5,12 @@ on: [push]
jobs:
ubuntu:
name: Build & Test
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install deps
- run: sudo tools/debian-setup.sh --install-optional --install-test-deps --install-deb-deps python3-pip -y
+ run: sudo tools/debian-setup.sh --install-all python3-pip -y
- name: Mkdir
run: mkdir build
- name: Cmake