Skip to content

Commit

Permalink
fix ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Jun 13, 2024
1 parent fe82551 commit 0934c0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-nym-vpn-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ jobs:

publish-play:
if: ${{ inputs.track != 'none' && inputs.track != '' }}
runs-on: ubuntu-22.04-arc
# issue here: https://github.com/ruby/setup-ruby?tab=readme-ov-file#using-self-hosted-runners
#runs-on: ubuntu-22.04-arc
runs-on: custom-runner-mac-m1
defaults:
run:
working-directory: nym-vpn-android
Expand Down

0 comments on commit 0934c0c

Please sign in to comment.