Skip to content

Commit

Permalink
run release job on GH hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Aug 16, 2022
1 parent 0fd05e8 commit e9411e1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:

extract-and-publish-packages:
name: Extract and publish packages
# runs-on: ubuntu-20.04
runs-on: [self-hosted, linux, amd64, cpu4]
runs-on: ubuntu-20.04
strategy:
fail-fast: true
matrix:
Expand All @@ -44,13 +43,6 @@ jobs:
NODE: ["16.15.1"]
LINUX: ["ubuntu20.04"]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
lfs: true
path: node
fetch-depth: 0

- name: Extract node native modules
shell: bash
run: |
Expand Down

0 comments on commit e9411e1

Please sign in to comment.