Skip to content

Commit 4507a7b

Browse files
committed
ci: fixed runs-on property
1 parent fcf34fd commit 4507a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
test:
23-
runs-on: ${{ github.actor == 'dependabot[bot]' && fromJSON('["ubuntu-latest"]') || fromJSON('matrix.config.os') }}
23+
runs-on: ${{ github.actor == 'dependabot[bot]' && 'ubuntu-latest' || matrix.config.os }}
2424
strategy:
2525
matrix:
2626
# Note: GitHub does not host Alpine runners, so we skip testing there for now.

0 commit comments

Comments
 (0)