From 78fd6c7c68fd5be7eaee96b668ffcd90ea8aef25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 5 Oct 2019 12:59:58 +0200 Subject: [PATCH] fix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 416199a..e3f5f49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,10 @@ jobs: smoke-test: strategy: matrix: - runs-on: [4.x, 6.x, 8.x, 9.x, 10.x, 11.x, 12.x] + runs-on: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v1 - - uses: . + - uses: goto-bus-stop/setup-zig@3fadddf with: version: 0.5.0 - run: zig run src/main.zig