Skip to content

Commit 5c9db84

Browse files
committed
move fromJSON to runs-on
1 parent c86622b commit 5c9db84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
linux-arm64:
121121
name: Linux ARM64
122-
runs-on: ${{ needs.configuration.outputs.arm64 }}
122+
runs-on: ${{ fromJSON(needs.configuration.outputs.arm64) }}
123123
needs: configuration
124124
steps:
125125
- name: Skipping ARM64

0 commit comments

Comments
 (0)