diff --git a/.github/workflows/python_pycsou.yml b/.github/workflows/python_pycsou.yml index 7640c660..61f89fa5 100644 --- a/.github/workflows/python_pycsou.yml +++ b/.github/workflows/python_pycsou.yml @@ -20,9 +20,7 @@ jobs: fail-fast: false max-parallel: 12 matrix: - # TODO: use below with this issue is resolved: https://github.com/actions/setup-python/issues/808 - # os: [ubuntu-latest, macos-latest, windows-latest] - os: [ubuntu-latest, macos-12, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.9, "3.10"] steps: - uses: actions/checkout@v3