Skip to content

Commit

Permalink
Fix Build Plugin workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Aug 10, 2024
1 parent a46ae9c commit ca80a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-adapter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Build Adapter
uses: ./.github/actions/build-adapter
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on: [workflow_call]

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Build Plugin
uses: ./.github/actions/build-plugin
- name: Upload Plugin
Expand Down

0 comments on commit ca80a33

Please sign in to comment.