Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 71aaeb1

Browse files
committed
use windows-latest instead to check
1 parent 305b1f1 commit 71aaeb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: windows-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
release:
23-
runs-on: ubuntu-latest
23+
runs-on: windows-latest
2424
steps:
2525
- uses: actions/checkout@v4
2626

0 commit comments

Comments
 (0)