Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
- name: Smoke test import
run: |
cd /tmp
python -c "import faff_core; from faff_core.models import Intent, Log; from faff_core.plugins import PlanSource; print('✓ All imports successful')"
python -c "import faff_core; from faff_core.models import Log, Session, Plan; from faff_core.plugins import PlanSource; print('✓ All imports successful')"
4 changes: 2 additions & 2 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
- runner: ubuntu-latest
os: linux
target: aarch64
- runner: macos-13 # x86_64
- runner: macos-latest # ARM64, cross-compiles x86_64
os: macos
target: x86_64
- runner: macos-14 # ARM64
- runner: macos-latest # ARM64
os: macos-arm
target: aarch64
- runner: windows-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
- runner: ubuntu-latest
os: linux
target: aarch64
- runner: macos-13 # x86_64
- runner: macos-latest # ARM64, cross-compiles x86_64
os: macos
target: x86_64
- runner: macos-14 # ARM64
- runner: macos-latest # ARM64
os: macos-arm
target: aarch64
- runner: windows-latest
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
merge-multiple: true

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Release v${{ needs.prepare-release.outputs.version }}
files: dist/*
Expand Down
284 changes: 0 additions & 284 deletions BUSINESS_LOGIC_AUDIT.md

This file was deleted.

Loading