Skip to content

Commit

Permalink
cd: fix ubuntu broken 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Dec 9, 2022
1 parent 2d517ca commit 461daf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/spotube-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
path: dist/

publish_android:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Get latest tag
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- publish_macos
- publish_linux
- publish_android
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:

publish_flathub:
needs: update_release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -249,7 +249,7 @@ jobs:
publish_aur:
needs: update_release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Get latest tag
Expand Down

0 comments on commit 461daf0

Please sign in to comment.