diff --git a/.github/workflows/os_actions.yml b/.github/workflows/os_actions.yml index 7c0134ce9..2f9d4ff4b 100644 --- a/.github/workflows/os_actions.yml +++ b/.github/workflows/os_actions.yml @@ -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 }}