Skip to content

Commit 0b26ebb

Browse files
authored
Update ci_tests.yml
1 parent 93c2b6b commit 0b26ebb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
matrix:
1818
presets:
1919
- preset: gcc-debug
20-
tag: gnu-14
20+
tag: "gcc:14"
2121
- preset: gcc-release
22-
tag: gnu-14
22+
tag: "gcc:14"
2323
name: "Preset: ${{ matrix.presets.preset }}"
2424
runs-on: ubuntu-latest
2525
container:
26-
image: ghcr.io/bemanproject/infra:test-${{ matrix.presets.tag }}
26+
image: ghcr.io/bemanproject/testingcontainers-${{ matrix.presets.tag }}
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Setup MSVC
@@ -41,10 +41,10 @@ jobs:
4141
compiler:
4242
- cpp: g++
4343
c: gcc
44-
tag: gnu-14
44+
tag: "gcc:14"
4545
- cpp: clang++
4646
c: clang
47-
tag: llvm-20
47+
tag: "clang:20"
4848
cpp_version: [20, 23]
4949
cmake_args:
5050
- description: "Default"
@@ -67,7 +67,7 @@ jobs:
6767
name: "Build & Test: ${{ matrix.compiler.c }} ${{ matrix.cpp_version }} ${{ matrix.cmake_args.description }}"
6868
runs-on: ubuntu-latest
6969
container:
70-
image: ghcr.io/bemanproject/infra:test-${{ matrix.compiler.tag }}
70+
image: ghcr.io/bemanproject/testingcontainers-${{ matrix.compiler.tag }}
7171
steps:
7272
- uses: actions/checkout@v4
7373
- name: Print installed software

0 commit comments

Comments
 (0)