Suppoert for older Ubuntu versions

main
Bipin 2023-06-18 22:25:39 +05:30 committed by GitHub
parent 640a682c8b
commit 6a8a6ee9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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