Skip to content

Commit aac8aa9

Browse files
committed
CI: only run on Zig master branch
1 parent b48fde9 commit aac8aa9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
zig-version: [latest, master]
1817
os: [ubuntu-latest, macos-latest, windows-latest]
1918
runs-on: ${{ matrix.os }}
2019
steps:
@@ -24,7 +23,7 @@ jobs:
2423
- name: Setup Zig
2524
uses: mlugg/setup-zig@v2
2625
with:
27-
version: ${{ matrix.zig-version }}
26+
version: master
2827

2928
- name: Check Formatting
3029
run: zig fmt --ast-check --check .

0 commit comments

Comments
 (0)