We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bf336 commit 2536900Copy full SHA for 2536900
1 file changed
.github/workflows/actions.yml
@@ -4,9 +4,9 @@ on: push
4
5
jobs:
6
build:
7
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
8
container:
9
- image: giomba/ceda-cemu-builder:2
+ image: giomba/ceda-cemu-builder:3
10
options: --user root
11
steps:
12
- name: Checkout repository
@@ -19,9 +19,8 @@ jobs:
19
git config --global --add safe.directory /__w/ceda-cemu/ceda-cemu
20
git submodule init
21
git submodule update
22
- script/build release
23
- script/build debug
+ script/build
24
- name: Test
25
run: |
26
- build/release/ceda-test
+ script/test
27
0 commit comments