Skip to content
Prev Previous commit
Next Next commit
revert swap, try large runner
  • Loading branch information
krystofwoldrich committed Oct 23, 2024
commit a91e8977cbe258f867ed39d7c174980ac6fb40e3
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,14 @@ concurrency:
jobs:
build:
name: Build Job ubuntu-latest - Java 17
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores

steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Set Swap Space
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # pin@v1
with:
swap-size-gb: 10

- name: Setup Java Version
uses: actions/setup-java@v4
with:
Expand Down
Loading