Remove deprecated arch from codeql

closes https://github.com/official-stockfish/Stockfish/pull/6090

no functional change
This commit is contained in:
Shawn Xu
2025-05-25 21:00:38 +02:00
committed by Joost VandeVondele
parent b1b5893a8e
commit e6ec4705a8
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- name: Build
working-directory: src
run: make -j build ARCH=x86-64-modern
run: make -j build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3