File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 container :
2121 # 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
2323 options : --user root
2424 volumes :
2525 - ${{ github.workspace }}:${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -17,28 +17,28 @@ jobs:
1717 runs-on : ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-22.04' }}
1818 container :
1919 # 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
2121 options : --user root
2222 volumes :
2323 - ${{ github.workspace }}:${{ github.workspace }}
2424 strategy :
2525 matrix :
2626 include :
27- - ubuntu_ver : 22.04
27+ - ubuntu_ver : ubuntu- 22.04
2828 build_tests : ' ON'
2929 extra_build_options : ' -DUMF_BUILD_BENCHMARKS=ON -DUMF_BUILD_BENCHMARKS_MT=ON'
3030 simple_cmake : ' OFF'
3131 # pure C build
32- - ubuntu_ver : 22.04
32+ - ubuntu_ver : ubuntu- 22.04
3333 # Tests' building is off for a pure C build
3434 build_tests : ' OFF'
3535 extra_build_options : ' -DUMF_BUILD_BENCHMARKS=ON'
3636 simple_cmake : ' OFF'
3737 # simplest CMake on Ubuntu 22.04, 24.04
38- - ubuntu_ver : 22.04
38+ - ubuntu_ver : ubuntu- 22.04
3939 build_tests : ' ON'
4040 simple_cmake : ' ON'
41- - ubuntu_ver : 24.04
41+ - ubuntu_ver : ubuntu- 24.04
4242 build_tests : ' ON'
4343 simple_cmake : ' ON'
4444
You can’t perform that action at this time.
0 commit comments