Skip to content

Commit 181ad31

Browse files
authored
[CI] Fix the failed python build extension (#1365)
1 parent f015ede commit 181ad31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
strategy:
3131
matrix:
32-
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
32+
os: ['ubuntu-latest', 'windows-latest', 'macos-13']
3333
python: ['3.10', '3.9', '3.8']
3434

3535
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)