mirror of
https://github.com/BloopAI/setup-zig.git
synced 2026-08-23 12:18:33 +00:00
strategy.matrix.runs-on
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -2,7 +2,9 @@ name: CI
|
||||
on: push
|
||||
jobs:
|
||||
smoke-test:
|
||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
||||
strategy:
|
||||
matrix:
|
||||
runs-on: [4.x, 6.x, 8.x, 9.x, 10.x, 11.x, 12.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: .
|
||||
|
||||
Reference in New Issue
Block a user