Skip to content

Commit

Permalink
Fix release phar workflow (#166)
Browse files Browse the repository at this point in the history
ubuntu-18.04 no longer has any workers in github it seems.
  • Loading branch information
kierenevans authored Feb 21, 2024
1 parent 61b22ce commit 36b9803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Attach PHAR to release
jobs:
build:
name: Compile and upload Phar
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:

- name: Rename PHAR
run: mv ws.phar ws

- name: Generate sha256sum
run: sha256sum ws > ws.sha256sum

Expand Down

0 comments on commit 36b9803

Please sign in to comment.