Skip to content

Commit 091616b

Browse files
authored
Update zephyr-samples.yml
Change container to v0.26-branch
1 parent f3369f5 commit 091616b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/zephyr-samples.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sample-hello-world:
1616
name: Build Hello BACnet Stack
1717
runs-on: ubuntu-22.04
18-
container: ghcr.io/zephyrproject-rtos/ci:v0.26.18
18+
container: ghcr.io/zephyrproject-rtos/ci:v0.26-branch
1919
env:
2020
CMAKE_PREFIX_PATH: /opt/toolchains
2121
steps:
@@ -42,7 +42,7 @@ jobs:
4242
sample-bacnet-profile-b-ss:
4343
name: Build BACnet Sample Profile B-SS
4444
runs-on: ubuntu-22.04
45-
container: ghcr.io/zephyrproject-rtos/v0.26.18
45+
container: ghcr.io/zephyrproject-rtos/v0.26-branch
4646
env:
4747
CMAKE_PREFIX_PATH: /opt/toolchains
4848
steps:
@@ -69,7 +69,7 @@ jobs:
6969
sample-bacnet-profile-b-sa:
7070
name: Build BACnet Sample Profile B-SA
7171
runs-on: ubuntu-22.04
72-
container: ghcr.io/zephyrproject-rtos/v0.26.18
72+
container: ghcr.io/zephyrproject-rtos/v0.26-branch
7373
env:
7474
CMAKE_PREFIX_PATH: /opt/toolchains
7575
steps:
@@ -96,7 +96,7 @@ jobs:
9696
sample-bacnet-profile-b-ld:
9797
name: Build BACnet Sample Profile B-LD
9898
runs-on: ubuntu-22.04
99-
container: ghcr.io/zephyrproject-rtos/v0.26.18
99+
container: ghcr.io/zephyrproject-rtos/v0.26-branch
100100
env:
101101
CMAKE_PREFIX_PATH: /opt/toolchains
102102
steps:
@@ -123,7 +123,7 @@ jobs:
123123
sample-bacnet-profile-b-ls:
124124
name: Build BACnet Sample Profile B-LS
125125
runs-on: ubuntu-22.04
126-
container: ghcr.io/zephyrproject-rtos/v0.26.18
126+
container: ghcr.io/zephyrproject-rtos/v0.26-branch
127127
env:
128128
CMAKE_PREFIX_PATH: /opt/toolchains
129129
steps:

0 commit comments

Comments
 (0)