]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_sanitizers.yml
Update GitHub workflows
[stockfish] / .github / workflows / stockfish_sanitizers.yml
index 305b8557bfbfa2ce20110ab4f75c8b4324f07f4e..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: |