ci(snap): correct arm64 runner OS

This commit is contained in:
Jon Seager 2025-01-18 10:45:46 +00:00 committed by GitHub
parent e37d8d6bc1
commit c9beab35e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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