mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-12 05:50:27 +08:00
Use JDK 17 on actions
This commit is contained in:
parent
9d3c7315cb
commit
75dc7ad5d6
2
.github/workflows/snapshots.yml
vendored
2
.github/workflows/snapshots.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
|
||||
- run: chmod -R 777 *
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user