]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_sanitizers.yml
Merge remote-tracking branch 'upstream/master'
[stockfish] / .github / workflows / stockfish_sanitizers.yml
index ebfd809c2950f64848417f8a217b56700c887550..e3f046178f5832d435510f3d9358085995745223 100644 (file)
@@ -12,8 +12,8 @@ jobs:
     strategy:
       matrix:
         config:
-          - name: Ubuntu 20.04 GCC
-            os: ubuntu-20.04
+          - name: Ubuntu 22.04 GCC
+            os: ubuntu-22.04
             compiler: g++
             comp: gcc
             shell: bash
@@ -35,9 +35,7 @@ jobs:
         working-directory: src
         shell: ${{ matrix.config.shell }}
     steps:
-      - uses: actions/checkout@v3
-        with:
-          fetch-depth: 0
+      - uses: actions/checkout@v4
 
       - name: Download required linux packages
         run: |
@@ -62,5 +60,5 @@ jobs:
         run: |
           export CXXFLAGS="-O1 -fno-inline"
           make clean
-          make -j2 ARCH=x86-64-modern ${{ matrix.sanitizers.make_option }} debug=yes optimize=no build > /dev/null
+          make -j2 ARCH=x86-64-sse41-popcnt ${{ matrix.sanitizers.make_option }} debug=yes optimize=no build > /dev/null
           ../tests/instrumented.sh --${{ matrix.sanitizers.instrumented_option }}