From 72d5621980782a950504946667b12f13f1c2e2cc Mon Sep 17 00:00:00 2001 From: Antoine Gagniere Date: Fri, 17 Apr 2026 23:21:15 +0200 Subject: [PATCH] Bump Zig version in CI --- .github/workflows/ci.yaml | 6 ++++-- .gitignore | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1f46695..09d5655 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,11 +14,13 @@ jobs: strategy: fail-fast: false matrix: - zig-version: ["0.15.2"] + zig-version: ["0.16.0"] os: [ubuntu-latest, macos-latest, windows-latest] include: - zig-version: "0.14.1" os: ubuntu-latest + - zig-version: "0.15.2" + os: ubuntu-latest - zig-version: "master" os: ubuntu-latest runs-on: ${{ matrix.os }} @@ -35,4 +37,4 @@ jobs: run: zig fmt --ast-check --check . - name: Build - run: zig build --summary all + run: zig build --summary new diff --git a/.gitignore b/.gitignore index d8c8979..36addef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .zig-cache zig-out +zig-pkg