diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1438c662..c1f54de4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -19,7 +19,7 @@ env: | |||
19 | jobs: | 19 | jobs: |
20 | build: | 20 | build: |
21 | name: Build | 21 | name: Build |
22 | runs-on: windows-latest | 22 | runs-on: windows-2022 |
23 | steps: | 23 | steps: |
24 | - name: Checkout code | 24 | - name: Checkout code |
25 | uses: actions/checkout@v2 | 25 | uses: actions/checkout@v2 |