ci(github-action): 减少矩阵量, 以免大量占用 Action 资源.

把 windows 系统移除, 因此只需要检查是否兼容 jvm 版本即可.
This commit is contained in:
LamGC 2022-08-18 12:50:49 +08:00
parent 19cc1b9358
commit a65a57f9e2
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -37,8 +37,8 @@ jobs:
continue-on-error: true continue-on-error: true
strategy: strategy:
matrix: matrix:
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-latest, windows-2019, windows-2022, windows-latest ] os: [ ubuntu-latest ]
java-version: [ 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] java-version: [ 11, 12, 13, 14, 15, 16, 17, 18 ]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: