Skip to content

Commit

Permalink
Use Ubuntu 22.04 for Workflows (#440)
Browse files Browse the repository at this point in the history
zip utility on Ubuntu 24.04 is broken
  • Loading branch information
hanzi authored Oct 16, 2024
1 parent ff8d9a5 commit b33277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-when-tag-pushed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository == '40Cakes/pokebot-gen3'

name: "Create a release for the tag"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b33277f

Please sign in to comment.