From b3d284ac48ea5f00b48eb06174505b1649766f21 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lachance Date: Fri, 10 Jan 2025 14:59:41 -0500 Subject: [PATCH] chore(ci): fix a bad default value CodeQL does not support ARM well. J:DEF-160 --- .github/workflows/actions-codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-codeql.yml b/.github/workflows/actions-codeql.yml index 0daebd1..7c5a5f6 100644 --- a/.github/workflows/actions-codeql.yml +++ b/.github/workflows/actions-codeql.yml @@ -6,7 +6,7 @@ on: runs-on: description: | The type of machine to run the job on. Must be provided as a stringified list (e.g. public repos should specify `runs-on: '["ubuntu-latest"]'`) - default: '["coveo", "arm64" , "linux", "eks"]' + default: '["coveo", "x64" , "linux", "eks"]' type: string permissions: { }