Skip to content

Commit

Permalink
Remove macOS packaging from workflow
Browse files Browse the repository at this point in the history
After the removal of the legacy Matlab package, there is no longer a need to build the macOS package. When the new Matlab package is ready, the upstream workflow will need to be updated and this code can be restored.
  • Loading branch information
bryanwweber authored and speth committed Apr 3, 2024
1 parent ed27faf commit 0c89553
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,3 @@ jobs:
-f incoming_ref=${{ env.REF }}
env:
GITHUB_TOKEN: ${{ secrets.WINDOWS_MSI_PAT }}
- name: Trigger macOS Package Builds
run: >
gh workflow run -R cantera/cantera-macos-pkg
main.yml
-f incoming_ref=${{ env.REF }}
env:
GITHUB_TOKEN: ${{ secrets.MACOS_PKG_PAT }}

0 comments on commit 0c89553

Please sign in to comment.