change build.yml

This commit is contained in:
Qiuzhizhe 2023-03-03 08:26:25 -08:00
parent a8ce657540
commit 75b857f8df

View File

@ -9,10 +9,10 @@ env:
BUILD_TYPE: Release
jobs:
runs-on: self-hosted
build:
name: Build
runs-on: windows-2022
runs-on: self-hosted
# runs-on: windows-2022
steps:
- name: Checkout repository
uses: actions/checkout@v3.2.0