We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69cb112 commit 71587ebCopy full SHA for 71587eb
1 file changed
.github/workflows/build_node_shared.yml
@@ -47,11 +47,11 @@ jobs:
47
repository: nodejs/node
48
ref: v22.12.0
49
50
- - name: Install dependencies (macOS)
+ - name: Setup Python (macOS)
51
if: matrix.platform == 'mac'
52
- run: |
53
- brew install python@3.11
54
- brew link python@3.11
+ uses: actions/setup-python@v5
+ with:
+ python-version: '3.11'
55
56
- name: Configure and Build
57
run: |
0 commit comments