Skip to content

Commit

Permalink
fix: run CI/CD on latest stable release by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 14, 2024
1 parent 5cf2108 commit b33fc3b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: Set up Zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0

- name: Run `exe`
run: |
Expand All @@ -37,8 +35,6 @@ jobs:

- name: Set up Zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0

- name: Run `fmt`
run: zig build fmt
2 changes: 0 additions & 2 deletions src/templates/.github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:

- name: Set up Zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0

- name: Run `doc`
run: zig build doc
Expand Down
6 changes: 0 additions & 6 deletions src/templates/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: Set up Zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0

- name: Run `?`
run: zig build ?
Expand All @@ -34,8 +32,6 @@ jobs:

- name: Set up Zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0

- name: Run `test`
run: zig build test --summary all
Expand All @@ -62,8 +58,6 @@ jobs:

- name: Set up Zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0

- name: Run `fmt`
run: zig build fmt

0 comments on commit b33fc3b

Please sign in to comment.