Skip to content

Commit 0035cc0

Browse files
committed
fix: fix syntax error
1 parent f69cb35 commit 0035cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os:
1313
- macos-14
1414
- macos-15
15-
runs-on: {{ matrix.os }}
15+
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)