From 5986ca78380af740cb3d786a619426603e83b3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A7=81Ash=C3=BB=EA=A7=82?= <30575805+Ashu11-A@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:01:06 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=A4=B3=F0=9F=8F=BD=20Build=20on?= =?UTF-8?q?=20self-hosted=20runner=20machines"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9c4c5313de72fb2b9cacae7cfb10725d834f5e32. --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0850887e..7e50848f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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] @@ -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] @@ -103,4 +103,4 @@ jobs: file: release/* tag: ${{ github.ref }} overwrite: true - file_glob: true + file_glob: true \ No newline at end of file