Skip to content

Commit

Permalink
Switch github macos runners to use python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Nov 29, 2024
1 parent 6696609 commit e3fee61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mythtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
- desc: 'macOS 13 (Ventura) x86_64'
runner: 'macOS-13'
arch: 'x86_64'
python_dot_version: '3.11'
python_dot_version: '3.13'
qt_version: 'qt5'
database_version: 'mysql8'
extrapkgs: ''
Expand All @@ -316,7 +316,7 @@ jobs:
- desc: 'macOS 14 (Sonoma) arm64'
runner: 'macOS-14'
arch: 'arm64'
python_dot_version: '3.11'
python_dot_version: '3.13'
qt_version: 'qt5'
database_version: 'mysql8'
extrapkgs: ''
Expand Down

0 comments on commit e3fee61

Please sign in to comment.