diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ed82c2..9303aa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Zig run: | sudo apt install xz-utils - sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.4008+a0b35249a.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' + sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.12.0-dev.3180+83e578a18.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: test run: | - zig build test \ No newline at end of file + zig build test diff --git a/README.md b/README.md index 42207ea..e961829 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ exe.addPackage(.{ }); ``` -Fontana is kept in sync with the latest zig release. It was last tested with version **0.11.0-dev.3771**. +Fontana is kept in sync with the latest zig release. It was last tested with version **0.12.0-dev.3180**. ## Example @@ -146,4 +146,4 @@ TODO: Add ROADMAP ## License -MIT \ No newline at end of file +MIT