Skip to content

Commit

Permalink
Fix: Github CI file os needs to be a array
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Jan 11, 2023
1 parent 5bb642a commit 4cf75fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.11"]
os: ubuntu-latest
os: [ubuntu-latest]
include:
- os: ubuntu-20.04
python-version: 3.6
python-version: "3.6"

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4cf75fe

Please sign in to comment.