ci: try even newer ubuntu base

This commit is contained in:
MattKC 2024-06-20 02:07:10 -07:00 committed by GitHub
parent 5c836671f5
commit 89b3f16304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
arch: [ x86_64, aarch64 ]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with: