ci: use ubuntu 22.04 for x86_64 build

This commit is contained in:
Pierre Tachoire
2025-03-22 10:33:00 +01:00
parent f89efd84d3
commit 8931506657
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
ARCH: x86_64
OS: linux
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4