From e3c946d42206d165434eb0cc8d475cbffcfb9048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Wed, 11 Nov 2020 12:40:03 +0100 Subject: [PATCH] try with newer zig --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b283421..ecf54ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - zig-version: [0.5.0, master] + zig-version: [0.5.0, 0.7.0, master] runs-on: ${{matrix.os}} steps: - name: Checkout sources diff --git a/README.md b/README.md index 675daa8..b8f42eb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Optionally set a Zig version: ```yaml - uses: goto-bus-stop/setup-zig@v1 with: - version: 0.4.0 # The default is 0.5.0 + version: 0.7.0 # The default is 0.5.0 ``` To use the nightly builds, set: