mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-05 03:16:32 +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"
|
bun-version: "1.1.0"
|
||||||
|
|
||||||
setup-bun-download-url:
|
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
|
continue-on-error: true
|
||||||
needs: [remove-cache]
|
needs: [remove-cache]
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user