Skip to content

Commit ec32e93

Browse files
committed
tc
1 parent 7d6e099 commit ec32e93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ jobs:
428428
with:
429429
build-mode: Debug
430430
build-tool: cmake
431-
docker-image: executorch-ubuntu-22.04-clang12
431+
docker-image: ci-image:executorch-ubuntu-22.04-clang12
432432

433433
unittest-editable:
434434
uses: ./.github/workflows/_unittest.yml
@@ -439,7 +439,7 @@ jobs:
439439
build-mode: Debug
440440
build-tool: cmake
441441
editable: true
442-
docker-image: executorch-ubuntu-22.04-clang12
442+
docker-image: ci-image:executorch-ubuntu-22.04-clang12
443443

444444
unittest-buck:
445445
uses: ./.github/workflows/_unittest.yml
@@ -449,7 +449,7 @@ jobs:
449449
with:
450450
build-mode: Debug
451451
build-tool: buck2
452-
docker-image: executorch-ubuntu-22.04-clang12
452+
docker-image: ci-image:executorch-ubuntu-22.04-clang12
453453

454454
unittest-arm-backend-with-no-fvp:
455455
name: unittest-arm-backend-with-no-fvp

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,4 +771,4 @@ jobs:
771771
with:
772772
build-mode: Release
773773
build-tool: cmake
774-
docker-image: executorch-ubuntu-22.04-clang12
774+
docker-image: ci-image:executorch-ubuntu-22.04-clang12

0 commit comments

Comments
 (0)