Skip to content

Commit 0be9ba6

Browse files
authored
Update action.yml
Signed-off-by: tobozo <[email protected]>
1 parent 1a60b4e commit 0be9ba6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ runs:
102102
./configure --target-list=xtensa-softmmu --enable-gcrypt --enable-debug --disable-strip --disable-user --disable-capstone --disable-vnc --disable-sdl --disable-gtk
103103
ninja -C build
104104
105-
# Pull python 3.7 for esptool
106-
- name: Setup Python 3.8.13
107-
uses: actions/setup-python@v5.3.0
105+
# Pull python 3.11 for esptool
106+
- name: Setup Python 3.11
107+
uses: actions/setup-python@v5.4.0
108108
with:
109-
python-version: '3.8.13'
109+
python-version: '3.11'
110110

111111
# Cache pip as we'll need pyserial to use esptool without python error
112112
- name: Cache pip

0 commit comments

Comments
 (0)