Skip to content

Commit

Permalink
Switch to gh hosted runners for a few workflows temporarily (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
octol authored Dec 12, 2024
1 parent 9cbee8f commit 1f5c124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nym-vpn-app-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:

jobs:
build-linux:
runs-on: arc-ubuntu-22.04
runs-on: ubuntu-22.04
outputs:
UPLOAD_DIR_LINUX: ${{ env.UPLOAD_DIR_LINUX }}
PKG_VERSION: ${{ steps.package-version.outputs.metadata }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-build-info-nym-vpn-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
generate-build-info-nym-vpn-app:
runs-on: arc-ubuntu-22.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 1f5c124

Please sign in to comment.