Skip to content

Commit e8f6869

Browse files
committed
2 parents 42b4610 + 67aab15 commit e8f6869

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)