[workflows] Adjust matrix version

This commit is contained in:
kabeor 2023-06-23 09:44:42 +08:00
parent 0c9b5d8405
commit fc96c05317

View File

@ -43,16 +43,16 @@ jobs:
arch: x64,
python-arch: x64,
python-version: '3.9',
build-system: 'cmake',
}
build-system: 'make',
}
- {
name: 'ubuntu-22.04 x64 python3.11 make',
name: 'ubuntu-22.04 x64 python3.9 cmake',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '3.11',
build-system: 'make',
}
python-version: '3.9',
build-system: 'cmake',
}
- {
name: 'ubuntu-22.04 x64 python3.11 cmake',
os: ubuntu-22.04,