Skip to content

Commit 4e2ea8c

Browse files
committed
workaround
Signed-off-by: Anas Nashif <[email protected]>
1 parent 822eec2 commit 4e2ea8c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
analyze:
1313
name: Analyze (${{ matrix.language }})
1414
#runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
15-
runs-on:
16-
group: zephyr-runner-v2-linux-x64-4xlarge
15+
runs-on: ubuntu-24.04
1716
container:
1817
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
1918
options: '--entrypoint /bin/bash'
@@ -36,6 +35,10 @@ jobs:
3635
build-mode: manual
3736
- language: python
3837
build-mode: none
38+
- language: actions
39+
build-mode: none
40+
- language: javascript-typescript
41+
build-mode: none
3942
env:
4043
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
4144
steps:
@@ -105,7 +108,7 @@ jobs:
105108
run: |
106109
export ZEPHYR_BASE=${PWD}
107110
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
108-
west twister -p native_sim --build-only -v -T tests/drivers || true
111+
west twister -p native_sim --build-only -v -T tests/drivers/build_all || true
109112
110113
- name: Perform CodeQL Analysis
111114
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)