Skip to content
Merged
4 changes: 2 additions & 2 deletions .github/workflows/validate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:
jobs:
build:
name: "Validate Javadocs generation"
runs-on: linux-arm64-latest-4-cores
timeout-minutes: 30
runs-on: oracle-vm-4cpu-16gb-arm64
timeout-minutes: 60
env:
JDK_VER: 17
steps:
Expand Down
Loading