Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Apr 3, 2023
1 parent 7b957f6 commit 606c989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

dist-x86_64-unknown-linux-musl:
name: dist (x86_64-unknown-linux-musl)
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: rust:alpine
volumes:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:

publish:
name: publish
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs:
- dist-changelog
- dist-x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 606c989

Please sign in to comment.