Skip to content

Commit

Permalink
Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped su…
Browse files Browse the repository at this point in the history
…pport."

This reverts commit 744cf2a.
  • Loading branch information
jaraco committed May 2, 2024
1 parent bcf8f07 commit 67aab15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
- python: pypy3.10
platform: ubuntu-latest
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == '3.13' || (matrix.python == '3.8' || matrix.python == '3.9') && matrix.platform == 'macos-latest' }}
continue-on-error: ${{ matrix.python == '3.13' }}
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down

0 comments on commit 67aab15

Please sign in to comment.