mirror of
https://github.com/BloopAI/setup-zig.git
synced 2026-08-23 12:18:33 +00:00
ci: remove 0.5.0 on nonworking platforms
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -15,9 +15,13 @@ jobs:
|
|||||||
smoke-test:
|
smoke-test:
|
||||||
name: Build test
|
name: Build test
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
zig-version: [0.5.0, 0.7.0, 0.8.0, 0.9.0, master]
|
zig-version: [0.7.0, 0.8.0, 0.9.0, master]
|
||||||
|
include:
|
||||||
|
- os: ubuntu-latest
|
||||||
|
zig-version: 0.5.0
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
|
|||||||
Reference in New Issue
Block a user