aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e9088dbb3..354ab9903 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -99,10 +99,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- - name: Set up Python 3.4.2 32-Bit
+ - name: Set up Python 3.5.4 32-Bit
uses: actions/setup-python@v2
with:
- python-version: '3.4.2'
+ python-version: '3.5.4'
architecture: 'x86'
- name: Install Requirements for 32 Bit
run: pip install pyinstaller==3.5