ci: revert builds to ubuntu 22.04 (#11446)

* ci: revert builds to 22.04

* fix: only ci requires ubuntu 22.04
This commit is contained in:
Constrat
2024-12-29 04:42:29 +01:00
committed by GitHub
parent a0047a6d49
commit 47b8fc72a5

View File

@@ -208,7 +208,7 @@ jobs:
github.event.pull_request.base.repo.full_name
needs: meta
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
arch: [aarch64, x86_64]