Skip to content

Commit ed0e02d

Browse files
committed
update upstream to 8.15.0
1 parent b699f96 commit ed0e02d

File tree

3 files changed

+111
-93
lines changed

3 files changed

+111
-93
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
zig-version: [0.14.0]
1817
os: [ubuntu-latest, macos-latest, windows-latest]
1918
runs-on: ${{ matrix.os }}
2019
steps:
2120
- name: Checkout
2221
uses: actions/checkout@v4
2322

2423
- name: Setup Zig
25-
uses: mlugg/setup-zig@v1
26-
with:
27-
version: ${{ matrix.zig-version }}
24+
uses: mlugg/setup-zig@v2
2825

2926
- name: Check Formatting
3027
run: zig fmt --ast-check --check .

0 commit comments

Comments
 (0)