mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-02 01:30:17 +08:00
ci: change runs-on
This commit is contained in:
parent
576bca5150
commit
3b4da3b2c7
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -127,7 +127,8 @@ jobs:
|
||||
bun-version: "1.1.0"
|
||||
|
||||
setup-bun-download-url:
|
||||
runs-on: setup-bun from (${{ matrix.os }}, download url)
|
||||
name: setup-bun from (${{ matrix.os }}, download url)
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: true
|
||||
needs: [remove-cache]
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user