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

Commit

Permalink
rel/0.12 增加windows打包 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyekanren committed Jul 12, 2022
1 parent 57ada7a commit b444d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rel0.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
matrix:
java_version: [ 8,11 ]
os: [ windows-2022 ]
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
# 设置java
- name: Set java ${{ matrix.java }}
Expand Down

0 comments on commit b444d28

Please sign in to comment.