Upgrade Ubuntu version for CI
authorFabian Fichter <ianfab@users.noreply.github.com>
Sun, 20 Aug 2023 11:33:23 +0000 (13:33 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sun, 20 Aug 2023 12:28:44 +0000 (14:28 +0200)
.github/workflows/stockfish.yml

index 5ed84b4..3a40bf7 100644 (file)
@@ -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