Skip to content

Commit

Permalink
Revert "github actions: build-zip: downgrade runner image to ubuntu-2…
Browse files Browse the repository at this point in the history
…0.04"

This reverts commit 439dfcf.
  • Loading branch information
nodiscc committed Jul 25, 2023
1 parent c50e574 commit d0b7b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build full .zip
on: [push]
jobs:
build-zip:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d0b7b8a

Please sign in to comment.