Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
build:
# Only run on PRs if the source branch is on someone else's repo
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
Comment thread
Kichura marked this conversation as resolved.
steps:
- name: Checkout Git Repository
uses: actions/checkout@v4
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4
with:
persist-credentials: false
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Set up JDK
Expand All @@ -27,4 +27,4 @@ jobs:
- name: Apply Patches
run: ./gradlew applyPatches
- name: Build
run: ./gradlew build
run: ./gradlew build