upgrade to using isosolfs release 1.0 #7
Workflow file for this run
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: isoextract-osx-x64 | |
| # Per-architecture compile + test for osx-x64. Thin wrapper that delegates to the reusable | |
| # base workflow (compile.yaml). | |
| on: | |
| workflow_dispatch: | |
| push: | |
| paths: | |
| - '.github/workflows/compile-osx-x64.yaml' | |
| - '.github/workflows/compile.yaml' | |
| - 'src/**' | |
| - 'build.sh' | |
| - 'tests/data/**' | |
| jobs: | |
| compile: | |
| uses: ./.github/workflows/compile.yaml | |
| with: | |
| rid: osx-x64 | |
| os: macos-latest |