ci: change runs-on

This commit is contained in:
Jozef Steinhübl 2024-10-08 15:25:14 +02:00
parent 576bca5150
commit 3b4da3b2c7
No known key found for this signature in database
GPG Key ID: E6BC90C91973B08F

View File

@ -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: