File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
container :
21
21
# image: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.ubuntu_ver }}:latest
22
- image : ghcr.io/rbanka1/umf-ubuntu- ${{ matrix.ubuntu_ver }}:latest # test
22
+ image : ghcr.io/rbanka1/umf-${{ matrix.ubuntu_ver }}:latest # test
23
23
options : --user root
24
24
volumes :
25
25
- ${{ github.workspace }}:${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -17,28 +17,28 @@ jobs:
17
17
runs-on : ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-22.04' }}
18
18
container :
19
19
# image: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.ubuntu_ver }}:latest
20
- image : ghcr.io/rbanka1/umf-ubuntu- ${{ matrix.ubuntu_ver }}:latest # test
20
+ image : ghcr.io/rbanka1/umf-${{ matrix.ubuntu_ver }}:latest # test
21
21
options : --user root
22
22
volumes :
23
23
- ${{ github.workspace }}:${{ github.workspace }}
24
24
strategy :
25
25
matrix :
26
26
include :
27
- - ubuntu_ver : 22.04
27
+ - ubuntu_ver : ubuntu- 22.04
28
28
build_tests : ' ON'
29
29
extra_build_options : ' -DUMF_BUILD_BENCHMARKS=ON -DUMF_BUILD_BENCHMARKS_MT=ON'
30
30
simple_cmake : ' OFF'
31
31
# pure C build
32
- - ubuntu_ver : 22.04
32
+ - ubuntu_ver : ubuntu- 22.04
33
33
# Tests' building is off for a pure C build
34
34
build_tests : ' OFF'
35
35
extra_build_options : ' -DUMF_BUILD_BENCHMARKS=ON'
36
36
simple_cmake : ' OFF'
37
37
# simplest CMake on Ubuntu 22.04, 24.04
38
- - ubuntu_ver : 22.04
38
+ - ubuntu_ver : ubuntu- 22.04
39
39
build_tests : ' ON'
40
40
simple_cmake : ' ON'
41
- - ubuntu_ver : 24.04
41
+ - ubuntu_ver : ubuntu- 24.04
42
42
build_tests : ' ON'
43
43
simple_cmake : ' ON'
44
44
You can’t perform that action at this time.
0 commit comments