Skip to content

Commit b44b438

Browse files
committed
update ci
1 parent c1e08c7 commit b44b438

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.github/workflows/MainCI.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
test-gcc:
2323
strategy:
2424
matrix:
25-
libraryType: [HeaderOnly, Static, Shared]
26-
version: [7, 10, 12]
27-
os: [ubuntu-22.04]
25+
libraryType: [Static]
26+
version: [7, 10, 11]
27+
os: [ubuntu-20.04]
2828

2929
runs-on: ${{ matrix.os }}
3030

@@ -54,9 +54,9 @@ jobs:
5454
test-mingw:
5555
strategy:
5656
matrix:
57-
libraryType: [HeaderOnly, Static]
57+
libraryType: [Static]
5858
version: [7, 10, 12]
59-
os: [windows-2022]
59+
os: [windows-2019]
6060

6161
runs-on: ${{ matrix.os }}
6262

@@ -86,9 +86,9 @@ jobs:
8686
test-clang:
8787
strategy:
8888
matrix:
89-
libraryType: [HeaderOnly, Static]
90-
version: [6, 10, 15]
91-
os: [windows-2022, ubuntu-22.04]
89+
libraryType: [Static]
90+
version: [6.0, 10, 15]
91+
os: [windows-2022, ubuntu-20.04]
9292

9393
runs-on: ${{ matrix.os }}
9494

@@ -119,8 +119,8 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
libraryType: [HeaderOnly, Static]
123-
version: [14, 15, 17]
122+
libraryType: [Static]
123+
version: [14.0, 15.0, 17.0]
124124
os: [windows-2022]
125125

126126
runs-on: ${{ matrix.os }}

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
[![DevCI](https://github.com/7bitcoder/7bitinjector/actions/workflows/DevCI.yml/badge.svg?branch=dev)](https://github.com/7bitcoder/7bitinjector/actions/workflows/DevCI.ym)
2-
3-
[![MainCI](https://github.com/7bitcoder/7bitinjector/actions/workflows/MainCI.yml/badge.svg?branch=main)](https://github.com/7bitcoder/7bitinjector/actions/workflows/MainCI.ym)
1+
[![DevCI](https://github.com/7bitcoder/7bitinjector/actions/workflows/DevCI.yml/badge.svg?branch=dev)](https://github.com/7bitcoder/7bitinjector/actions/workflows/DevCI.yml)
2+
[![MainCI](https://github.com/7bitcoder/7bitinjector/actions/workflows/MainCI.yml/badge.svg?branch=main)](https://github.com/7bitcoder/7bitinjector/actions/workflows/MainCI.yml)
43
<div align="center">
54

65
<img src="Docs/_static/logo.svg" alt="logo" width="500" height="auto" />

0 commit comments

Comments
 (0)