From b617b0815f1aaefdf85c37ee0e7113f12f3d7534 Mon Sep 17 00:00:00 2001 From: Xinye Tao Date: Fri, 8 Sep 2023 10:49:00 +0800 Subject: [PATCH] Disable windows build Signed-off-by: tabokie --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a62fd8b5..2a5ce83d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-2019 ] + os: [ ubuntu-latest, macos-latest ] steps: - uses: actions/checkout@v2 with: