Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit df4008c

Browse files
committed
chore: only run on macos 8 to test
1 parent e56a415 commit df4008c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ ubuntu-latest, macos-latest, windows-latest ]
36-
java: [ 8, 11, 16 ]
35+
# os: [ ubuntu-latest, macos-latest, windows-latest ]
36+
# java: [ 8, 11, 16 ]
37+
os: [ macos-latest ]
38+
java: [ 8 ]
3739
needs: [ validation, commitlint ]
3840
runs-on: ${{ matrix.os }}
3941
steps:

0 commit comments

Comments
 (0)