summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-06-11 16:23:54 +0700
committerhathach <[email protected]>2025-06-11 16:23:54 +0700
commitd3d505e8f7872871185029b91588ae41ac037288 (patch)
tree92a2ea3f40efd05f71abd6819dbe5a71a32b27fd /.github/workflows
parent6346fbec16739d91fc9ece57216d40ca1c091936 (diff)
parent8e252203697bc74f622d31a0de113e0ad01c9704 (diff)
Merge branch 'master' into fork/HiFiPhile/h7rs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
-rwxr-xr-x.github/workflows/ci_set_matrix.py2
-rw-r--r--.github/workflows/codeql.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 28447cc80..fe2ed61c9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -266,7 +266,7 @@ jobs:
run: python3 tools/get_deps.py $BUILD_ARGS
- name: Build
- run: python3 tools/build.py --toolchain iar $BUILD_ARGS
+ run: python3 tools/build.py -j 4 --toolchain iar $BUILD_ARGS
- name: Test on actual hardware (hardware in the loop)
run: python3 test/hil/hil_test.py hfp.json
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py
index fa73dc1b6..bccb07e3e 100755
--- a/.github/workflows/ci_set_matrix.py
+++ b/.github/workflows/ci_set_matrix.py
@@ -24,7 +24,7 @@ family_list = {
"lpc11 lpc13 lpc15": ["arm-gcc", "arm-clang"],
"lpc17 lpc18 lpc40 lpc43": ["arm-gcc", "arm-clang"],
"lpc51 lpc54 lpc55": ["arm-gcc", "arm-clang"],
- "max32650 max32666 max32690 max78002": ["arm-gcc"],
+ "maxim": ["arm-gcc"],
"mcx": ["arm-gcc"],
"mm32": ["arm-gcc"],
"msp430": ["msp430-gcc"],
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index a22c65c79..dfcca6315 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -124,7 +124,7 @@ jobs:
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
- name: Upload SARIF
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.step1.outputs.sarif-output }}
category: "/language:${{matrix.language}}"