Skip to content

Commit

Permalink
Revert "ci: Install python@3.10 for macOS"
Browse files Browse the repository at this point in the history
This reverts commit ba68e7f because the
python@3.10 package has been added to the macOS runner image.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Oct 30, 2024
1 parent 3df1a98 commit 409d0dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,6 @@ jobs:
-volname Workspace -type SPARSE -size 150g -fs HFSX
hdiutil mount ${RUNNER_TEMP}/Workspace.sparseimage -mountpoint ${WORKSPACE}
# Install Python 3.10 (temporary until the sdk-build-macos image is
# updated)
brew install python@3.10
# Install dependencies for cross compilation
if [ "${{ matrix.host.name }}" == "macos-x86_64" ]; then
# Make crosskit available in PATH
Expand Down

0 comments on commit 409d0dc

Please sign in to comment.