Update package.yml

Added Linux to the Mix
This commit is contained in:
Pakobbix 2023-05-13 15:02:05 +02:00 committed by GitHub
parent 6673c43932
commit 92a8286cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,10 @@ on:
jobs:
package:
runs-on: windows-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- name: Set up Python
uses: actions/setup-python@v2