Use 22.04 to avoid segfault

This commit is contained in:
mio
2025-02-10 15:02:27 +08:00
parent dc1f7a88d5
commit a59bb4235e

View File

@@ -221,7 +221,7 @@ jobs:
generators: 'Ninja'
}
- {
os: ubuntu-latest,
os: ubuntu-22.04,
arch: aarch64,
python-arch: aarch64,
python-ver: '3.8',
@@ -233,7 +233,7 @@ jobs:
distro: ubuntu20.04
}
- {
os: ubuntu-latest,
os: ubuntu-22.04,
arch: ppc64le,
python-arch: ppc,
python-ver: '3.8',