Skip to content

Commit 71587eb

Browse files
committed
Fix macOS Python setup - use setup-python action instead of brew
1 parent 69cb112 commit 71587eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_node_shared.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
repository: nodejs/node
4848
ref: v22.12.0
4949

50-
- name: Install dependencies (macOS)
50+
- name: Setup Python (macOS)
5151
if: matrix.platform == 'mac'
52-
run: |
53-
brew install python@3.11
54-
brew link python@3.11
52+
uses: actions/setup-python@v5
53+
with:
54+
python-version: '3.11'
5555

5656
- name: Configure and Build
5757
run: |

0 commit comments

Comments
 (0)