From afc0e79c4069218554fb3fd2d0d3318139539be8 Mon Sep 17 00:00:00 2001 From: James Chen Date: Tue, 9 Jul 2024 00:02:05 +0800 Subject: [PATCH] Revert to use windows-2019 --- .github/workflows/native-compile-platforms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-compile-platforms.yml b/.github/workflows/native-compile-platforms.yml index 43eb61007cf..49673c366f6 100644 --- a/.github/workflows/native-compile-platforms.yml +++ b/.github/workflows/native-compile-platforms.yml @@ -17,7 +17,7 @@ jobs: name: "Windows" if: (! contains(github.event.pull_request.body, '[X] does not change any runtime related code or build configuration')) - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v4 - name: Download external libraries