Skip to content

Commit 8494544

Browse files
committed
add missing 'runs-on' line to ci.yaml
1 parent 5e4ee3b commit 8494544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
zig-version: [0.14.0]
1818
os: [ubuntu-latest, macos-latest]
19+
runs-on: ${{ matrix.os }}
1920
steps:
2021
- name: Checkout
2122
uses: actions/checkout@v4

0 commit comments

Comments
 (0)