Skip to content

Commit ed5859f

Browse files
committed
ci: Update benchmark workflow to Zig 0.16.0
The benchmark was failing because it was still using Zig 0.15.1 but the codebase has been migrated to 0.16. Refs #89
1 parent 85c1879 commit ed5859f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout merjs
1919
uses: actions/checkout@v4
2020

21-
- name: Setup Zig 0.15.1
21+
- name: Setup Zig 0.16.0
2222
uses: mlugg/setup-zig@v2
2323
with:
24-
version: 0.15.1
24+
version: 0.16.0
2525

2626
- name: Setup Node.js 20
2727
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)