We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420fcb2 commit 14e294dCopy full SHA for 14e294d
5 files changed
.github/workflows/main.yml
@@ -17,9 +17,7 @@ jobs:
17
zig-version: [master]
18
os: [ubuntu-latest, macos-latest, windows-latest]
19
include:
20
- - zig-version: "0.12.1"
21
- os: ubuntu-latest
22
- - zig-version: "0.13.0"
+ - zig-version: "0.14.0"
23
os: ubuntu-latest
24
runs-on: ${{ matrix.os }}
25
steps:
0 commit comments