Skip to content

Commit

Permalink
true
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 15, 2024
1 parent 8511edc commit e81b43c
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/os_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,28 @@ jobs:
include:
- runner: ubuntu-22.04
python-version: "3.12"
style: True
style: true
- runner: ubuntu-20.04
python-version: 3.8
style: True
- runner: ubuntu-20.04
python-version: 3.8
style: True
style: true
- runner: windows-2022
python-version: "3.12"
style: False
style: false
- runner: windows-2019
python-version: 3.8
style: False
style: false
- runner: macos-14
python-version: "3.12"
style: False
style: false
- runner: macos-13
python-version: "3.11"
style: False
style: false
- runner: macos-12
python-version: "3.10"
style: False
style: false
- runner: macos-11
python-version: 3.9
style: False
style: false

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e81b43c

Please sign in to comment.