update CI ubuntu version

This commit is contained in:
kabeor 2023-04-06 18:21:48 +08:00
parent 80dae3f609
commit 79b96f455a

View File

@ -29,22 +29,6 @@ jobs:
fail-fast: false
matrix:
config:
- {
name: 'ubuntu-18.04 x64 python2.7 cmake',
os: ubuntu-18.04,
arch: x64,
python-arch: x64,
python-version: '2.7',
build-system: 'cmake',
}
- {
name: 'ubuntu-18.04 x64 python3.6 cmake',
os: ubuntu-18.04,
arch: x64,
python-arch: x64,
python-version: '3.6',
build-system: 'cmake',
}
- {
name: 'ubuntu-20.04 x64 python2.7 cmake',
os: ubuntu-20.04,
@ -54,16 +38,32 @@ jobs:
build-system: 'cmake',
}
- {
name: 'ubuntu-20.04 x64 python3.9 make',
name: 'ubuntu-20.04 x64 python3.6 cmake',
os: ubuntu-20.04,
arch: x64,
python-arch: x64,
python-version: '3.6',
build-system: 'cmake',
}
- {
name: 'ubuntu-22.04 x64 python2.7 cmake',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '2.7',
build-system: 'cmake',
}
- {
name: 'ubuntu-22.04 x64 python3.9 make',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '3.9',
build-system: 'make',
}
- {
name: 'ubuntu-20.04 x64 python3.9 cmake',
os: ubuntu-20.04,
name: 'ubuntu-22.04 x64 python3.9 cmake',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '3.9',