去掉dr rs mac上的构建

This commit is contained in:
shenjack 2024-05-22 22:31:28 +08:00
parent 2bcbd399d6
commit bd151bd4d9
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -24,7 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: ["3.8"] # 3.11 is now supported!, but just run 3.8
runs-on: ${{ matrix.os }}