Skip to content

Commit

Permalink
Revert "🤳🏽 Build on self-hosted runner machines"
Browse files Browse the repository at this point in the history
This reverts commit 9c4c531.
  • Loading branch information
Ashu11-A committed Jun 11, 2024
1 parent 9c4c531 commit 5986ca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
prepare:
name: Prepare job
runs-on: self-hosted
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20.x]
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
build_multi_linux:
name: Build Linux ${{ matrix.arch }}
needs: prepare
runs-on: self-hosted
runs-on: ${{ matrix.distro }}
strategy:
matrix:
distro: [ubuntu-22.04]
Expand Down Expand Up @@ -103,4 +103,4 @@ jobs:
file: release/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
file_glob: true

0 comments on commit 5986ca7

Please sign in to comment.