Skip to content

Commit 0d0e514

Browse files
authored
Update OS names in GitHub Actions workflow
1 parent 2ee5f80 commit 0d0e514

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-and-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os:
40-
- windows-latest
41-
- ubuntu-latest
40+
- windows
41+
- ubuntu
4242
# - ubuntu-24.04-arm # 因难以申请到 ARM64 runner而放弃;注意该系统名称不应使用latest后缀
43-
- macos-latest
43+
- macos
4444
node:
4545
- 22
4646
steps:

0 commit comments

Comments
 (0)