Skip to content

Commit f6f9cff

Browse files
committed
update ci for windows to 0.13
1 parent 72afb38 commit f6f9cff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install zig
9292
uses: goto-bus-stop/setup-zig@v2
9393
with:
94-
version: 0.12.0-dev.2058+04ac028a2
94+
version: 0.13.0
9595

9696
- name: test
9797
run: zig build test --summary all

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "libxev is a high performance, cross-platform event loop.";
33

44
inputs = {
5-
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
5+
nixpkgs.url = "github:nixos/nixpkgs/release-24.05";
66
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
77
flake-utils.url = "github:numtide/flake-utils";
88
zig.url = "github:mitchellh/zig-overlay";

0 commit comments

Comments
 (0)