Skip to content

Commit

Permalink
Stop building and testing for zig 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Jan 5, 2024
1 parent f5ea283 commit 7c6d4a6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
- run: zig fmt --check *.zig src/*.zig
- run: zig build
- run: zig build test
validate_and_test_with_zig_011:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
- run: zig fmt --check *.zig src/*.zig
- run: zig build
- run: zig build test
- run: cd examples/standalone && zig build
validate_and_test_windows:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 7c6d4a6

Please sign in to comment.