use the variable
parent
78fd6c7c68
commit
16e8bf212c
|
@ -4,7 +4,8 @@ jobs:
|
|||
smoke-test:
|
||||
strategy:
|
||||
matrix:
|
||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: goto-bus-stop/setup-zig@3fadddf
|
||||
|
|
Loading…
Reference in New Issue