Skip to content

Commit

Permalink
ci: move a few workflows to gh free tier runners
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Dec 12, 2024
1 parent 2b4c063 commit e26aaa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nym-vpn-core-cargo-deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '.github/workflows/ci-nym-vpn-core-cargo-deny.yml'
jobs:
cargo-deny:
runs-on: arc-ubuntu-22.04-dind
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-build-info-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
generate-build-info-core:
runs-on: arc-ubuntu-22.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nym-vpn-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- build-nym-vpn-core-ios
- build-nym-vpn-core-windows
- generate-build-info-core
runs-on: arc-ubuntu-22.04
runs-on: ubuntu-22.04
permissions:
contents: write
outputs:
Expand Down

0 comments on commit e26aaa0

Please sign in to comment.