Skip to content

Commit

Permalink
[CI] Fix the failed python build extension (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Apr 28, 2024
1 parent 1ce0714 commit 20bcfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
os: ['ubuntu-latest', 'windows-latest', 'macos-13']
python: ['3.10', '3.9', '3.8']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 20bcfdb

Please sign in to comment.