From 6a8a6ee9a4d4bd15380a75e39b35b05eb040b8b1 Mon Sep 17 00:00:00 2001 From: Bipin <87369440+bipinkrish@users.noreply.github.com> Date: Sun, 18 Jun 2023 22:25:39 +0530 Subject: [PATCH] Suppoert for older Ubuntu versions --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 775ac2a..d4ccb7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: name: Build strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-16.04, windows-latest] runs-on: ${{ matrix.os }} @@ -34,6 +34,7 @@ jobs: with: script-name: DeGourou.py onefile: true + standalone: true - name: Upload Artifacts uses: actions/upload-artifact@v3