]> git.sesse.net Git - stockfish/commitdiff
Update sanitizer CI to ubuntu 22.04
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 13 Aug 2023 08:59:35 +0000 (10:59 +0200)
committerDisservin <disservin.social@gmail.com>
Sun, 13 Aug 2023 09:34:00 +0000 (11:34 +0200)
might fix the tsan errors

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

No functional change

.github/workflows/stockfish_sanitizers.yml

index 305b8557bfbfa2ce20110ab4f75c8b4324f07f4e..228742b3f12d89a9bc5ad61e63edf16f017eb923 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