Skip to content

Commit 409d0dc

Browse files
committed
Revert "ci: Install [email protected] for macOS"
This reverts commit ba68e7f because the [email protected] package has been added to the macOS runner image. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3df1a98 commit 409d0dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,6 @@ jobs:
526526
-volname Workspace -type SPARSE -size 150g -fs HFSX
527527
hdiutil mount ${RUNNER_TEMP}/Workspace.sparseimage -mountpoint ${WORKSPACE}
528528
529-
# Install Python 3.10 (temporary until the sdk-build-macos image is
530-
# updated)
531-
brew install [email protected]
532-
533529
# Install dependencies for cross compilation
534530
if [ "${{ matrix.host.name }}" == "macos-x86_64" ]; then
535531
# Make crosskit available in PATH

0 commit comments

Comments
 (0)