Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Mar 21, 2024
1 parent 393e3e1 commit c7de965
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04']
python-version: ['3.6', '3.12']
os: ["ubuntu-20.04", "ubuntu-22.04"]
python-version: ["3.6", "3.12"]
exclude:
- os: 'ubuntu-22.04'
python-version: '3.6'
- os: "ubuntu-22.04"
python-version: "3.6"
fail-fast: false

steps:
Expand Down

0 comments on commit c7de965

Please sign in to comment.