Skip to content

Commit c2b9864

Browse files
committed
update:linux build ci
1 parent 7236cab commit c2b9864

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/linuxbuild.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ permissions:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04.4
14+
strategy:
15+
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
16+
fail-fast: false
17+
matrix:
18+
include:
19+
- os: ubuntu-22.04
20+
- os: ubuntu-24.04
21+
runs-on: ${{ matrix.os }}
1522

1623
steps:
1724
# 检出您的主仓库代码

0 commit comments

Comments
 (0)