[no ci] upgrade test runs to Ubuntu 22.04

This commit is contained in:
Jay Lee
2022-05-31 11:54:13 -04:00
committed by GitHub
parent 4d116e81c8
commit 0eafee3105

View File

@@ -49,22 +49,22 @@ jobs:
goal: build goal: build
arch: Win32 arch: Win32
openssl_archs: VC-WIN32 openssl_archs: VC-WIN32
- os: ubuntu-20.04 - os: ubuntu-22.04
goal: test goal: test
python: "3.7" python: "3.7"
jid: 7 jid: 7
arch: x86_64 arch: x86_64
- os: ubuntu-20.04 - os: ubuntu-22.04
goal: test goal: test
python: "3.8" python: "3.8"
jid: 8 jid: 8
arch: x86_64 arch: x86_64
- os: ubuntu-20.04 - os: ubuntu-22.04
goal: test goal: test
python: "3.9" python: "3.9"
jid: 9 jid: 9
arch: x86_64 arch: x86_64
- os: ubuntu-20.04 - os: ubuntu-22.04
goal: test goal: test
python: "3.11-dev" python: "3.11-dev"
jid: 10 jid: 10