Skip to content

Commit

Permalink
update CI and README to zig 0.12.0-dev.3180
Browse files Browse the repository at this point in the history
  • Loading branch information
kdchambers committed Mar 20, 2024
1 parent 2056086 commit d29ec52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
zig build test
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -146,4 +146,4 @@ TODO: Add ROADMAP

## License

MIT
MIT

0 comments on commit d29ec52

Please sign in to comment.