Skip to content

Commit 67aab15

Browse files
committed
Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped support."
This reverts commit 744cf2a.
1 parent bcf8f07 commit 67aab15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- python: pypy3.10
5151
platform: ubuntu-latest
5252
runs-on: ${{ matrix.platform }}
53-
continue-on-error: ${{ matrix.python == '3.13' || (matrix.python == '3.8' || matrix.python == '3.9') && matrix.platform == 'macos-latest' }}
53+
continue-on-error: ${{ matrix.python == '3.13' }}
5454
steps:
5555
- uses: actions/checkout@v4
5656
- name: Setup Python

0 commit comments

Comments
 (0)