diff --git a/.gitea/workflows/pyinstaller.yml b/.gitea/workflows/pyinstaller.yml index 34f75a5..7377cb8 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -16,7 +16,7 @@ on: - debug jobs: pyinstaller-build: - runs-on: # + runs-on: ubuntu-latest steps: - name: Create Executable uses: sayyid5416/pyinstaller@v1