Skip to content

Commit 07e03d3

Browse files
authored
android.yml: python version changes to 3.12, from 3.7, to fix error that GitHub runners do not have 3.7 any more
1 parent 2d75bfe commit 07e03d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
os: [macos-12, ubuntu-latest, windows-latest]
4848
architecture: [x64]
49-
python_version: [3.7]
49+
python_version: [3.12]
5050
steps:
5151
- name: setup Xcode version (macos)
5252
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)