Skip to content

All macos 14 CI test to fail #2065

All macos 14 CI test to fail

All macos 14 CI test to fail #2065

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
ci:
uses: angr/ci-settings/.github/workflows/angr-ci.yml@master
pyinstaller:
uses: ./.github/workflows/pyinstaller-build.yml

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 14, Col: 11): Error from called workflow angr/angr-management/.github/workflows/pyinstaller-build.yml@876ab5798674700f65cc5c1c19f71e03e8a5f45d (Line: 145, Col: 28): Unexpected symbol: '"macos-14"'. Located at position 14 within expression: matrix.os == "macos-14" In .github/workflows/ci.yml (Line: 14, Col: 11): Error from called workflow angr/angr-management/.github/workflows/pyinstaller-build.yml@876ab5798674700f65cc5c1c19f71e03e8a5f45d (Line: 145, Col: 28): Unexpected value '${{ matrix.os == "macos-14" }}'
windows:
uses: ./.github/workflows/windows.yml