Skip to content

Commit 9552134

Browse files
committed
update CI to temporarily not test Zig master
1 parent 897a37f commit 9552134

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
zig-version: [master]
17+
zig-version: ["0.13.0"]
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919
include:
2020
- zig-version: "0.12.1"
2121
os: ubuntu-latest
22-
- zig-version: "0.13.0"
23-
os: ubuntu-latest
2422
runs-on: ${{ matrix.os }}
2523
steps:
2624
- name: Checkout

0 commit comments

Comments
 (0)