Skip to content

Commit 97fc22a

Browse files
committed
Build only on zig 0.14.1
1 parent 209deca commit 97fc22a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
zig-version: ["0.14.0"]
17+
zig-version: ["0.14.1"]
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
include:
20-
- zig-version: "master"
21-
os: ubuntu-latest
2219

2320
runs-on: ${{ matrix.os }}
2421
steps:

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ Provides a package to be used by the zig package manager for C++ programs.
44

55
## Status
66

7+
[Build fails on clang 20](https://github.com/catchorg/Catch2/issues/2991)
8+
79
| Refname | Catch2 version | Zig `0.15.x` | Zig `0.14.x` | Zig `0.13.x` | Zig `0.12.x` |
810
|:----------|:---------------|:------------:|:------------:|:------------:|:------------:|
9-
| `3.8.1` | `v3.8.1` | ||||
10-
| `3.8.0+1` | `v3.8.0` | ||||
11+
| `3.8.1` | `v3.8.1` | ||||
12+
| `3.8.0+1` | `v3.8.0` | ||||
1113
| `3.8.0` | `v3.8.0` |||||
1214
| `3.7.1+1` | `v3.7.1` |||||
1315

0 commit comments

Comments
 (0)