Change runner to use variable for ACTIONS_RUNNER

pull/32/head
Joseph Hill 2025-12-09 13:29:59 +07:00 committed by GitHub
parent 0b0d6342e6
commit 8e25e63013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

@ -8,7 +8,7 @@ on:
jobs:
build:
name: Export to Asset-lib
runs-on: macos-latest
runs-on: ${{ vars.ACTIONS_RUNNER }}
env:
uploadUrl: ${{ secrets.uploadUrl }}
@ -37,4 +37,4 @@ jobs:
run: |
curl -L "$BUILD_SCRIPT_URL" -o build.sh
chmod +x build.sh
./build.sh
./build.sh