Skip to content

Commit

Permalink
upgrade to zig 0.12
Browse files Browse the repository at this point in the history
0.12.0-dev.3439+31a7f22b8
  • Loading branch information
krichprollsch committed Mar 28, 2024
1 parent 37a62d8 commit 9fc0440
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zig-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: zig fmt
runs-on: ubuntu-latest
container:
image: ghcr.io/browsercore/zig:0.11.0
image: ghcr.io/browsercore/zig:0.12.0-dev.3439-31a7f22b8
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zig-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: zig test
runs-on: ubuntu-latest
container:
image: ghcr.io/browsercore/zig:0.11.0
image: ghcr.io/browsercore/zig:0.12.0-dev.3439-31a7f22b8
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 9fc0440

Please sign in to comment.