Skip to content

Commit afd9b72

Browse files
committed
skip macos-15-large
1 parent 6636212 commit afd9b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-native-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
os: [macos-15-large, macos-latest, windows-latest]
28+
os: [macos-latest, windows-latest]
2929
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3030
steps:
3131
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)