Skip to content

Commit

Permalink
change runners to github
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Dec 16, 2024
1 parent b1284d1 commit cc2d66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nym-vpn-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:


publish-nym-fdroid:
runs-on: arc-ubuntu-22.04
runs-on: ubuntu-22.04
needs:
- publish-github
if: inputs.release_type == 'release'
Expand All @@ -180,7 +180,7 @@ jobs:
publish-play:
if: ${{ inputs.track != 'none' && inputs.track != '' }}
# issue here: https://github.com/ruby/setup-ruby?tab=readme-ov-file#using-self-hosted-runners
runs-on: arc-ubuntu-22.04
runs-on: ubuntu-22.04
defaults:
run:
working-directory: nym-vpn-android
Expand Down

0 comments on commit cc2d66b

Please sign in to comment.