update CI to zig 0.12.0
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 36s

This commit is contained in:
Emil Lerch 2024-05-10 14:07:19 -07:00
parent 4d56fe0281
commit 4426dbcd1d
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -8,7 +8,7 @@ jobs:
build-zig-0.11.0-amd64-host: build-zig-0.11.0-amd64-host:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
ZIG_VERSION: 0.11.0 ZIG_VERSION: 0.12.0
ARCH: x86_64 ARCH: x86_64
steps: steps:
- name: Check out repository code - name: Check out repository code