Skip to content

Commit 199ecbc

Browse files
committed
test ci
Signed-off-by: Dhruva Gole <[email protected]>
1 parent ddc838d commit 199ecbc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
8-
container: zephyrprojectrtos/ci:latest
7+
runs-on: ubuntu-22.04
8+
container:
9+
image: ghcr.io/zephyrproject-rtos/ci:latest
910
env:
1011
CMAKE_PREFIX_PATH: /opt/toolchains
1112
steps:

0 commit comments

Comments
 (0)