mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +00:00
Update sanitizer CI to ubuntu 22.04
might fix the tsan errors closes https://github.com/official-stockfish/Stockfish/pull/4745 No functional change
This commit is contained in:
parent
8192945870
commit
4be94f41a6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stockfish_sanitizers.yml
vendored
4
.github/workflows/stockfish_sanitizers.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- name: Ubuntu 20.04 GCC
|
- name: Ubuntu 22.04 GCC
|
||||||
os: ubuntu-20.04
|
os: ubuntu-22.04
|
||||||
compiler: g++
|
compiler: g++
|
||||||
comp: gcc
|
comp: gcc
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue