Skip to content

Commit 60eafe0

Browse files
committed
#648 remove duplication work in CI
1 parent ecbabbe commit 60eafe0

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/compilation-check-source.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ on:
6363

6464
jobs:
6565
build-library:
66-
runs-on: ${{ matrix.os }}
67-
strategy:
68-
matrix:
69-
<<: *runner_matrix
66+
runs-on: macOS-latest
7067

7168
steps:
7269
- *checkout

.github/workflows/compilation-check.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ on:
1212

1313
jobs:
1414
build-library:
15-
runs-on: ${{ matrix.os }}
16-
strategy:
17-
matrix:
18-
os:
19-
- macOS-latest
20-
- windows-latest
21-
- ubuntu-latest
15+
runs-on: macOS-latest
2216
steps:
2317
- uses: actions/checkout@v1
2418
- name: Set up JDK 17

0 commit comments

Comments
 (0)