Skip to content

Commit 14e294d

Browse files
committed
update to zig 0.14.0
1 parent 420fcb2 commit 14e294d

File tree

5 files changed

+179
-105
lines changed

5 files changed

+179
-105
lines changed

.github/workflows/main.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
zig-version: [master]
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919
include:
20-
- zig-version: "0.12.1"
21-
os: ubuntu-latest
22-
- zig-version: "0.13.0"
20+
- zig-version: "0.14.0"
2321
os: ubuntu-latest
2422
runs-on: ${{ matrix.os }}
2523
steps:

0 commit comments

Comments
 (0)