@@ -172,30 +172,30 @@ jobs:
172172 name : html-coverage-report-project
173173 path : htmlcov
174174
175- # verify-projects:
176- # name: Verify project
177- # needs: [ package, unit-tests ]
178- # uses: beeware/.github/.github/workflows/app-create-verify.yml@main
179- # with:
180- # runner-os: ${{ matrix.runner-os }}
181- # framework: ${{ matrix.framework }}
182- # strategy:
183- # fail-fast: false
184- # matrix:
185- # framework: [ "toga", "pyside6", "pygame", "console" ]
186- # runner-os: [ "macos-15-intel", "macos-latest", "ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest" ]
187-
188- # verify-apps:
189- # name: Build app
190- # needs: [ package, unit-tests ]
191- # uses: beeware/.github/.github/workflows/app-build-verify.yml@main
192- # with:
193- # # Builds on Linux must use System Python; otherwise, fall back to version all GUI toolkits support
194- # python-version: ${{ startsWith(matrix.runner-os, 'ubuntu') && 'system' || '3.12' }}
195- # runner-os: ${{ matrix.runner-os }}
196- # framework: ${{ matrix.framework }}
197- # strategy:
198- # fail-fast: false
199- # matrix:
200- # framework: [ "toga", "pyside6", "pygame", "console" ]
201- # runner-os: [ "macos-15-intel", "macos-15", "ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest" ]
175+ verify-projects :
176+ name : Verify project
177+ needs : [ package, unit-tests ]
178+ uses : beeware/.github/.github/workflows/app-create-verify.yml@main
179+ with :
180+ runner-os : ${{ matrix.runner-os }}
181+ framework : ${{ matrix.framework }}
182+ strategy :
183+ fail-fast : false
184+ matrix :
185+ framework : [ "toga", "pyside6", "pygame", "console" ]
186+ runner-os : [ "macos-15-intel", "macos-latest", "ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest" ]
187+
188+ verify-apps :
189+ name : Build app
190+ needs : [ package, unit-tests ]
191+ uses : beeware/.github/.github/workflows/app-build-verify.yml@main
192+ with :
193+ # Builds on Linux must use System Python; otherwise, fall back to version all GUI toolkits support
194+ python-version : ${{ startsWith(matrix.runner-os, 'ubuntu') && 'system' || '3.12' }}
195+ runner-os : ${{ matrix.runner-os }}
196+ framework : ${{ matrix.framework }}
197+ strategy :
198+ fail-fast : false
199+ matrix :
200+ framework : [ "toga", "pyside6", "pygame", "console" ]
201+ runner-os : [ "macos-15-intel", "macos-15", "ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest" ]
0 commit comments