chore(ci): explicitly use ubuntu 24.04 (#28)

Avoids the tar bug
This commit is contained in:
Jorge O. Castro 2024-08-12 17:29:11 -04:00 committed by GitHub
parent 93a8118920
commit 7c5aab2454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ env:
jobs: jobs:
build_push: build_push:
name: Build and push image name: Build and push image
runs-on: ubuntu-latest runs-on: ubuntu-24.04
permissions: permissions:
contents: read contents: read