Skip to content

Commit 30c171b

Browse files
committed
chore(ci): Update CI deps
Signed-off-by: Kattyan <[email protected]>
1 parent feb76f3 commit 30c171b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
name: ci
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
workflow_dispatch:
411

512
jobs:
613
test:
7-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
815

916
steps:
1017

1118
- name: checkout
12-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
1320

1421
- name: install criu
1522
run: |
1623
# Latest development CRIU
17-
sudo apt-get install -y libprotobuf-dev libprotobuf-c-dev protobuf-c-compiler protobuf-compiler python-protobuf libnl-3-dev libnet-dev libcap-dev
24+
sudo apt-get install -y libprotobuf-dev libprotobuf-c-dev protobuf-c-compiler protobuf-compiler python3-protobuf libnl-3-dev libnet1-dev libcap-dev
1825
git clone --single-branch -b criu-dev https://github.com/checkpoint-restore/criu.git
1926
make -C criu -j $(nproc)
2027
# Latest CRIU release is already part of the github actions image

0 commit comments

Comments
 (0)