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-23 11:56:20 -07:00
committed by Joost VandeVondele
parent b1b5893a8e
commit e6ec4705a8

View File

@@ -47,7 +47,7 @@ jobs:
- name: Build - name: Build
working-directory: src working-directory: src
run: make -j build ARCH=x86-64-modern run: make -j build
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3 uses: github/codeql-action/analyze@v3