Downgrade to ubuntu 22.04 for built binaries (#901)

This commit is contained in:
Ross Savage
2025-04-29 17:27:01 +02:00
committed by GitHub
parent 8e51200514
commit b206775f03
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ jobs:
path: lib/bindings/langs/python/dist/*.whl
build-linux-wheels:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
arch: [x86_64, aarch64]