Skip to content

Commit 219f731

Browse files
committed
Fix typo
1 parent 3c75aef commit 219f731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
- prepare
258258
if: >-
259259
github.event_name == 'pull_request' &&
260-
needs.prepare.outputs.build-runs-on == 'macos-13
260+
needs.prepare.outputs.build-runs-on == 'macos-13'
261261
runs-on: ${{ needs.prepare.outputs.build-runs-on }}
262262
steps:
263263
- name: Checkout LLVM

0 commit comments

Comments
 (0)