Skip to content

Commit

Permalink
⬆️ Bump CI python version
Browse files Browse the repository at this point in the history
arm64 self hosted runner doesn't support python <3.11
  • Loading branch information
pajowu committed Jul 11, 2023
1 parent d04ef5a commit 7b5290e
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 @@ -108,7 +108,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11

- name: cache cargo
uses: actions/cache@v3
Expand Down

0 comments on commit 7b5290e

Please sign in to comment.