From d2c4beb25ee2379a93e0ea07233fc0ae77615c65 Mon Sep 17 00:00:00 2001 From: laggykiller Date: Mon, 24 Jul 2023 13:10:31 +0800 Subject: [PATCH] fix build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39d392e..eb5f06e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-11] + os: [windows-2019] steps: - uses: actions/checkout@v3 @@ -40,7 +40,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-11] + os: [macos-11] steps: - uses: actions/checkout@v3