Skip to content

Commit a98e431

Browse files
committed
build: try with ubuntu-22.04
1 parent b6c5856 commit a98e431

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
prepare:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
timeout-minutes: 10
1414
steps:
1515
# we block concurrent executions because of concurrency issues
@@ -32,7 +32,7 @@ jobs:
3232
cache: true
3333
tags: "temporary"
3434
build:
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-22.04
3636
needs: prepare
3737
steps:
3838
- name: checkout repository
@@ -49,7 +49,6 @@ jobs:
4949
run: |
5050
sudo apt update
5151
sudo apt -y install valgrind
52-
sudo echo "8 37" | xargs apt -y install libglib2.0-dev
5352
- name: "Basic build and test"
5453
run: |
5554
make DEBUG=yes

0 commit comments

Comments
 (0)