mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
ci: change runs-on
This commit is contained in:
parent
576bca5150
commit
3b4da3b2c7
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue