Skip to content

Commit

Permalink
Remove zig 0.12.0 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Emin017 committed May 10, 2024
1 parent 9124788 commit f9c6977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
zig: [ 0.12.0, master ]
zig: [ master ]
os: [ ubuntu-latest]
runs-on: ${{ matrix.os }}
name: Zig ${{ matrix.zig }} on ${{ matrix.os }}
Expand Down

0 comments on commit f9c6977

Please sign in to comment.