Skip to content

Commit

Permalink
skip macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchallis committed Oct 4, 2024
1 parent 75931da commit 8958566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-blobtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

package-python-blobtoolkit-macos:
runs-on: macos-11
if: ( inputs.platform == 'macos' && inputs.python-version > '3.10' )
if: ( inputs.platform == 'macosx' && inputs.python-version > '3.10' )
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

package-python-host-macos:
runs-on: macos-11
if: ( inputs.platform == 'macos' && inputs.python-version > '3.10' )
if: ( inputs.platform == 'macosx' && inputs.python-version > '3.10' )
steps:
- uses: actions/checkout@v3
- name: Collect artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

package-python-pipeline-macos:
runs-on: macos-11
if: ( inputs.platform == 'macos' && inputs.python-version > '3.10' )
if: ( inputs.platform == 'macosx' && inputs.python-version > '3.10' )
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 8958566

Please sign in to comment.