Skip to content

Commit

Permalink
ci: fix runs-on trailing "}"
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny authored Apr 14, 2024
1 parent cb77d9b commit 4ef0f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
arch: arm64

name: Release - ${{ matrix.job.arch }}
runs-on: ${{matrix.job.runner}}}
runs-on: ${{ matrix.job.runner }}

steps:
- name: Checkout this repository
Expand Down

0 comments on commit 4ef0f32

Please sign in to comment.