Skip to content

Commit

Permalink
Fix python minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR committed Oct 30, 2024
1 parent 9c55d51 commit d1b8096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
qmake_extra: "CONFIG+=tests CONFIG+=noPch CONFIG+=ccache CONFIG+=sanitizer CONFIG+=sanitize-undefined CONFIG+=sanitize_address"
gcc_version: 13
trik_qt_version: 5.15
trik_python3_version_minor: 3.11
trik_python3_version_minor: 11
linux_installer_environment: true

build-ubuntu-debug-tests:
Expand All @@ -149,6 +149,6 @@ jobs:
qmake_extra: "CONFIG+=noPch CONFIG+=ccache"
gcc_version: 13
trik_qt_version: 5.15
trik_python3_version_minor: 3.11
trik_python3_version_minor: 11
linux_installer_environment: true
secrets: inherit

0 comments on commit d1b8096

Please sign in to comment.