ci(container): actually use amd64 runner for amd64 (#5436)

This commit is contained in:
Alexandru Ionut Tripon 2026-04-20 06:35:22 +00:00 committed by GitHub
commit e154413b1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ jobs:
- arch: arm64
os: ubuntu-24.04-arm
- arch: amd64
os: ubuntu-24.04-arm
os: ubuntu-24.04
runs-on: ${{ matrix.os }}