chore(deps): update dependency xunit to 2.9.3 (#7) #51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build macOS | |
| on: | |
| push: | |
| branches: [master] | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| build: | |
| runs-on: macos-26 # Apple Silicon runner (M1) | |
| steps: | |
| - uses: actions/checkout@v7 | |
| # macOS implementation is planned for Phase 2. | |
| # This job is a placeholder — it succeeds immediately once macos/ contains a build target. | |
| - name: Placeholder | |
| run: | | |
| echo "macOS build — Phase 2 not yet started." | |
| echo "Target: Swift + SwiftUI + CGEventPost, macOS 13 Ventura minimum." | |
| exit 0 |