mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
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:
committed by
Joost VandeVondele
parent
a944f08225
commit
132b90df04
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"config": [
|
"config": [
|
||||||
{
|
{
|
||||||
"name": "Ubuntu 20.04 GCC",
|
"name": "Ubuntu 22.04 GCC",
|
||||||
"os": "ubuntu-20.04",
|
"os": "ubuntu-22.04",
|
||||||
"simple_name": "ubuntu",
|
"simple_name": "ubuntu",
|
||||||
"compiler": "g++",
|
"compiler": "g++",
|
||||||
"comp": "gcc",
|
"comp": "gcc",
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
{
|
{
|
||||||
"binaries": "x86-64-avxvnni",
|
"binaries": "x86-64-avxvnni",
|
||||||
"config": {
|
"config": {
|
||||||
"ubuntu-20.04": null
|
"ubuntu-22.04": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -153,7 +153,7 @@
|
|||||||
{
|
{
|
||||||
"binaries": "apple-silicon",
|
"binaries": "apple-silicon",
|
||||||
"config": {
|
"config": {
|
||||||
"os": "ubuntu-20.04"
|
"os": "ubuntu-22.04"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
Clang-Format:
|
Clang-Format:
|
||||||
name: Clang-Format
|
name: Clang-Format
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -13,15 +13,15 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
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
|
||||||
run_32bit_tests: true
|
run_32bit_tests: true
|
||||||
run_64bit_tests: true
|
run_64bit_tests: true
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Ubuntu 20.04 Clang
|
- name: Ubuntu 22.04 Clang
|
||||||
os: ubuntu-20.04
|
os: ubuntu-22.04
|
||||||
compiler: clang++
|
compiler: clang++
|
||||||
comp: clang
|
comp: clang
|
||||||
run_32bit_tests: true
|
run_32bit_tests: true
|
||||||
|
|||||||
Reference in New Issue
Block a user