Skip to content

Commit

Permalink
Revert GitHub Actions for Python 3.8 to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 7, 2024
1 parent dcfc833 commit b1ef0c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Expand Up @@ -61,12 +61,6 @@ jobs:
- platform: ubuntu-latest
python: "3.10"
distutils: stdlib
# Python 3.8, 3.9 are on macos-13 but not macos-latest (macos-14-arm64)
# https://github.com/actions/setup-python/issues/850
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
- {python: "3.8", platform: "macos-13"}
exclude:
- {python: "3.8", platform: "macos-latest"}
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == '3.13' }}
env:
Expand Down

0 comments on commit b1ef0c9

Please sign in to comment.