Skip to content

Commit c02752e

Browse files
authored
CI: Test with latest tagged version of Zig
1 parent 7569721 commit c02752e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
zig-version: [0.14.0]
15+
zig-version: [0.14.0, latest]
1616
os: [ubuntu-latest, macos-latest, windows-latest]
1717
runs-on: ${{ matrix.os }}
1818
steps:
@@ -26,7 +26,7 @@ jobs:
2626
sudo apt-get install libgles-dev libpulse-dev libxext-dev
2727
2828
- name: Setup Zig
29-
uses: mlugg/setup-zig@v1
29+
uses: mlugg/setup-zig@v2
3030
with:
3131
version: ${{ matrix.zig-version }}
3232

0 commit comments

Comments
 (0)