Skip to content

Commit

Permalink
[#19] Install Python 3.11-dev in build-x64-osx
Browse files Browse the repository at this point in the history
Should be a universal binary as per actions/setup-python#108 (comment)
  • Loading branch information
he-sk committed Oct 28, 2022
1 parent 35b4b37 commit f9a3c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- uses: lukka/get-cmake@latest
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11-dev'
- uses: actions/checkout@v2
with:
submodules: 'recursive'
Expand Down

0 comments on commit f9a3c09

Please sign in to comment.