Skip to content

Commit

Permalink
flip CI to use 0.14.0-dev.2851
Browse files Browse the repository at this point in the history
  • Loading branch information
nurpax authored and natecraddock committed Jan 24, 2025
1 parent 8e2ec2f commit 4322c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/configure-pages@v2
- uses: mlugg/setup-zig@v1
with:
version: 0.14.0-dev.2596+e6879e99e
version: 0.14.0-dev.2851+b074fb7dd
- run: make docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: 0.14.0-dev.2596+e6879e99e
version: 0.14.0-dev.2851+b074fb7dd

- name: Run tests
run: make test

0 comments on commit 4322c27

Please sign in to comment.