Skip to content

Commit

Permalink
ci: change runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Oct 8, 2024
1 parent 576bca5 commit 3b4da3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3b4da3b

Please sign in to comment.