Skip to content

Commit 3dcc9ab

Browse files
committed
Update github actions
1 parent b43bfe1 commit 3dcc9ab

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/actions.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: push
44

55
jobs:
66
build:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
container:
9-
image: giomba/ceda-cemu-builder:2
9+
image: giomba/ceda-cemu-builder:3
1010
options: --user root
1111
steps:
1212
- name: Checkout repository
@@ -19,9 +19,8 @@ jobs:
1919
git config --global --add safe.directory /__w/ceda-cemu/ceda-cemu
2020
git submodule init
2121
git submodule update
22-
script/build release
23-
script/build debug
22+
script/build
2423
- name: Test
2524
run: |
26-
build/release/ceda-test
25+
script/test
2726

0 commit comments

Comments
 (0)