Skip to content

Commit

Permalink
Install python 3.12 specifically. Mac os runners seem to have no defa…
Browse files Browse the repository at this point in the history
…ult.
  • Loading branch information
pettyalex committed Feb 29, 2024
1 parent 880a83e commit 04f4823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_build_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Run build
working-directory: ./2.0/Python
Expand Down

0 comments on commit 04f4823

Please sign in to comment.