Skip to content

Commit baf770d

Browse files
committed
fix(ci): replace retired macos-13 runner with macos-15
1 parent 7be38e0 commit baf770d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false # Continue testing other OS even if one fails
1515
matrix:
16-
os: [ubuntu-latest, macos-latest, macos-13]
16+
os: [ubuntu-latest, macos-latest, macos-15]
1717

1818
steps:
1919
- name: Checkout code

logs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535

3636
- Dogfood update: synced local LFG install to latest product version. AI rules updated from 115→213 lines (adds session handoff, token self-assessment, entry verbosity, incident format, cross-references, archival summaries). Fixed stale related_docs paths in config. Files: `.augment/rules/log-file-maintenance.md`, `.logfile-config.yml`. Commit: `ec50460`
3737

38+
### Fixed
39+
40+
- CI: replaced retired `macos-13` runner with `macos-15` in test-installer workflow. Files: `.github/workflows/test-installer.yml`. Commit: `4179209`
41+
3842
### Changed
3943

4044
- LFG Schema Proposal revised with tiered approach - Code-Police review accepted Phase 1 (schema), rejected Phase 2/3 (CLI tools, VS Code). Added tiered metadata: Tier 1 inline for CHANGELOG (~18 tokens), Tier 2 condensed block for DEVLOG decisions (~25 tokens), Tier 3 full block for context only. Human readability preserved. Token overhead reduced 46% vs original proposal. Files: `project/docs/proposals/lfg-schema-proposal.md`. Commit: `cfee835`

0 commit comments

Comments
 (0)