Fix actions runner label and JDK
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest:host
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -17,14 +17,14 @@ jobs:
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: "19"
|
||||
java-version: "17"
|
||||
cache: gradle
|
||||
|
||||
- name: Build
|
||||
run: ./gradlew -q assemble
|
||||
run: ./gradlew build -x test --no-daemon
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest:host
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Trigger deploy webhook
|
||||
|
||||
Reference in New Issue
Block a user