Skip to content

Commit

Permalink
prepare to release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Jul 17, 2023
1 parent 325fcfe commit accbdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
verify:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11 ]
Expand All @@ -37,7 +37,7 @@ jobs:

release:
needs: verify
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
Expand Down

0 comments on commit accbdab

Please sign in to comment.