We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc588a commit 18c5cb1Copy full SHA for 18c5cb1
.github/workflows/ci.yml
@@ -296,7 +296,8 @@ jobs:
296
MATRIX_HOSTS+='{
297
"name": "windows-x86_64",
298
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
299
- "container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8",
+ "container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2",
300
+ "container_llvm": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8",
301
"archive": "7z"
302
},'
303
fi
@@ -817,7 +818,7 @@ jobs:
817
818
needs: setup
819
runs-on:
820
group: ${{ matrix.host.runner }}
- container: ${{ matrix.host.container }}
821
+ container: ${{ matrix.host.container_llvm }}
822
823
defaults:
824
run:
0 commit comments