Skip to content

Commit

Permalink
fix: revert java version github action to ubuntu-latest
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Dec 19, 2024
1 parent 12e666f commit 63d25e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-22.04
- os: ubuntu-latest
classifier: linux-aarch_64
java: 8
root-pom: 'pom.xml'
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
path: java/target/*.jar

deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down

0 comments on commit 63d25e3

Please sign in to comment.