From: Fabian Fichter Date: Sun, 20 Aug 2023 11:33:23 +0000 (+0200) Subject: Upgrade Ubuntu version for CI X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=42b1d85d71c3dbac1f0a6989264137e97eb92376;p=fairystockfish.git Upgrade Ubuntu version for CI --- diff --git a/.github/workflows/stockfish.yml b/.github/workflows/stockfish.yml index 5ed84b4..3a40bf7 100644 --- a/.github/workflows/stockfish.yml +++ b/.github/workflows/stockfish.yml @@ -21,8 +21,8 @@ jobs: matrix: config: - { - name: "Ubuntu 20.04 GCC", - os: ubuntu-20.04, + name: "Ubuntu 22.04 GCC", + os: ubuntu-22.04, compiler: g++, comp: gcc, run_expensive_tests: true