Skip to content

Commit 7236cab

Browse files
committed
update:workflow with linux and ms
1 parent 891e819 commit 7236cab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ubuntu make workflows
1+
name: ubuntu build workflows
22

33
on:
44
push:
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04.4
1515

1616
steps:
1717
# 检出您的主仓库代码

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C++ Build with Dependencies
1+
name: windows build workflows
22

33
on:
44
push:

0 commit comments

Comments
 (0)