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 authored and hswong3i committed Jun 18, 2024
1 parent cde9b0f commit b173bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
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 b173bb5

Please sign in to comment.