Tools: fix esp32 build to use python 3.11

This commit is contained in:
David 'Buzz' Bussenschutt 2024-01-06 09:33:45 +10:00 committed by Andrew Tridgell
parent 9a4a3bf551
commit 03d25708ff
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-23.04
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix: