Skip to content

Commit

Permalink
. e Try Python 3.11 (instead of 3.12) to fix GitHub Actions builds
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Oct 31, 2023
1 parent 3035839 commit c536b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- uses: ./.github/actions/setup-conan

- name: install boost
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- uses: ./.github/actions/setup-conan

- name: install boost
Expand Down

0 comments on commit c536b28

Please sign in to comment.