fix: update the tui for faster builds and to honor lates prj-spec #387
This file contains 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: Standard CI | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
mac: | |
uses: ./.github/workflows/std.yml | |
with: | |
runs-on: macOS-12 | |
secrets: inherit | |
linux: | |
uses: ./.github/workflows/std.yml | |
with: | |
runs-on: ubuntu-latest | |
secrets: inherit |