Skip to content

Commit 4423797

Browse files
authored
fix: syntax error of runs-on (chaos-mesh#4576)
1 parent 3619eb4 commit 4423797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
arch: [amd64, arm64]
39-
runs-on: ${{ fromJson('{"amd64":"ubuntu-20.04", "arm64":"github-arm64-2c-8gb"]}')[matrix.arch] }}
39+
runs-on: ${{ fromJson('{"amd64":"ubuntu-20.04", "arm64":"github-arm64-2c-8gb"}')[matrix.arch] }}
4040
steps:
4141
- uses: actions/checkout@v4
4242
with:

0 commit comments

Comments
 (0)