Skip to content

Commit

Permalink
feat: upgrade python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wulei05 committed Aug 6, 2024
1 parent ee9569c commit 236c70f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
with:
java-version: 1.8

- name: Setup Python 2.7
- name: Setup Python 3.12.4
uses: actions/setup-python@v2
with:
python-version: '2.7'
python-version: '3.12.4'

- name: Config Stub
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup Python 2.7
- name: Setup Python 3.12.4
uses: actions/setup-python@v2
with:
python-version: '2.7'
python-version: '3.12.4'

- name: Config Stub
run:
Expand Down

0 comments on commit 236c70f

Please sign in to comment.