From bd151bd4d9b153f47d34911e1142afd4cff85527 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Wed, 22 May 2024 22:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89dr=20rs=20mac=E4=B8=8A?= =?UTF-8?q?=E7=9A=84=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dr_rs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dr_rs.yml b/.github/workflows/dr_rs.yml index e6cf6c7..c17ce56 100644 --- a/.github/workflows/dr_rs.yml +++ b/.github/workflows/dr_rs.yml @@ -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 }}