diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4c2c988..d4212415 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -463,7 +463,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Validate specs and changes (strict) - run: npx -y @fission-ai/openspec@1.8.0 validate --all --strict --no-interactive + run: npx -y @fission-ai/openspec@1.13.1 validate --all --strict --no-interactive # AOT-at-PR gate (verbara-meta/ADR-0012 gate #1): run the REAL Native AOT publish # of Verbara.Platform.Api on every PR and fail on any IL trim/AOT warning. Until now