Skip to content

Commit

Permalink
GH Actions: Update zig to v0.12.0-dev.3666
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Apr 16, 2024
1 parent 3856bd9 commit df1a787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zig-build.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

matrix:
# TODO: move from nightly to zig 0.12 final when released.
zig_version: [ "0.12.0-dev.2833+8802ec583" ]
zig_version: [ "0.12.0-dev.3666+a2b834e8c" ]
os: [ macos-latest, ubuntu-latest ]
gc_assertions: [ true ]
large_config: [ false ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zig-cross-compile.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
# TODO: move from nightly to zig 0.12 final when released.
zig_version: [ "0.12.0-dev.2833+8802ec583" ]
zig_version: [ "0.12.0-dev.3666+a2b834e8c" ]
# Some of the triples are commented out just to speedup this workflow.
ttriple: [
aarch64-linux-gnu,
Expand Down

0 comments on commit df1a787

Please sign in to comment.