aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 74b50ecca..dd6a95256 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: '3.x'
+ python-version: '3.8'
- name: Install Requirements
run: pip install pyinstaller
- name: Bump version
@@ -113,10 +113,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- - name: Set up Python 3.5.4 32-Bit
+ - name: Set up Python 3.4.4 32-Bit
uses: actions/setup-python@v2
with:
- python-version: '3.5.4'
+ python-version: '3.4.4'
architecture: 'x86'
- name: Install Requirements for 32 Bit
run: pip install pyinstaller==3.5