Update CI to Ubuntu 22.04 from 20.04

fixes #5756
closes https://github.com/official-stockfish/Stockfish/pull/5786

No functional change
This commit is contained in:
Disservin
2025-01-17 10:28:21 +01:00
committed by Joost VandeVondele
parent a944f08225
commit 132b90df04
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ permissions:
jobs:
Clang-Format:
name: Clang-Format
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
+4 -4
View File
@@ -13,15 +13,15 @@ jobs:
fail-fast: false
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_32bit_tests: true
run_64bit_tests: true
shell: bash
- name: Ubuntu 20.04 Clang
os: ubuntu-20.04
- name: Ubuntu 22.04 Clang
os: ubuntu-22.04
compiler: clang++
comp: clang
run_32bit_tests: true