Skip to content

Commit f380a1a

Browse files
committed
Select Python version on macOS
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
1 parent 8027f98 commit f380a1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_steps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,12 @@ jobs:
333333
with:
334334
python-version: "3.${{inputs.python3}}"
335335

336+
- name: Select Python (macOS)
337+
if: matrix.os == 'macos'
338+
uses: actions/setup-python@v4.7.1
339+
with:
340+
python-version: "3.${{inputs.python3}}"
341+
336342
- name: Windows Pagefile
337343
if: matrix.os == 'windows'
338344
uses: al-cheb/configure-pagefile-action@v1.3

0 commit comments

Comments
 (0)