Skip to content

Commit

Permalink
Bump MacOS cmake version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jameseh96 committed Oct 16, 2024
1 parent c7e450d commit eb65569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.17.x'
cmake-version: '3.30.3'
- name: build wheels
uses: pypa/[email protected]
- uses: actions/upload-artifact@v4
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.17.x'
cmake-version: '3.30.3'
- name: build wheels
uses: pypa/[email protected]
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit eb65569

Please sign in to comment.