From 92e1b266ecc0ddf02e85e49de5816d6efd7f14d6 Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Mon, 22 Apr 2024 20:11:13 +0100 Subject: [PATCH] Force arm64e architecture in CodeQL workflow --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ff8655b..0919879 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: source-root: src - name: Build sources run: | - cmake -S . -B build - cmake --build build + arch -arm64e cmake -S . -B build + arch -arm64e cmake --build build - name: Perform CodeQL analysis uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1