From 17e5842110a21b3831b3077ba31f64503e1f9fd5 Mon Sep 17 00:00:00 2001 From: "Jack He (Github)" Date: Thu, 15 Feb 2024 15:55:30 -0800 Subject: [PATCH] Try using Windows to build, since I develop in windows. --- .github/workflows/update-react.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-react.yml b/.github/workflows/update-react.yml index 4e207ed2..85ab0bad 100644 --- a/.github/workflows/update-react.yml +++ b/.github/workflows/update-react.yml @@ -23,7 +23,7 @@ jobs: needs: [] strategy: fail-fast: false - runs-on: ubuntu-20.04 + runs-on: windows-2022 steps: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11