Skip to content

Commit

Permalink
Stick to ubuntu-22.04 instead of -latest (which upgraded to 24.04) (#164
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Apehaenger authored Oct 16, 2024
1 parent b1e1c1d commit a1c822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
docker_build_arch: [ linux/arm64 , linux/amd64 ]
Expand Down

0 comments on commit a1c822f

Please sign in to comment.