From 35160b0924038eea38c6cf5b66286f04e11c3ed3 Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Sat, 9 Sep 2023 12:39:36 -0700 Subject: [PATCH] all: update Zig to version 0.12.0-dev.293+f33bb0228 Signed-off-by: Wrench[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f02c36d..53dd578 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Zig run: | brew install xz - sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.4410+76f7b40e1.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' + sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.12.0-dev.293+f33bb0228.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: build run: zig build env: