Skip to content

Commit

Permalink
revert build runner tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Dec 11, 2024
1 parent aad075e commit b6a0185
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:
- main
jobs:
build:
strategy:
matrix:
runner: [build-linux-x86, build-linux-arm]
runs-on: ${{ matrix.runner }}
runs-on: build
timeout-minutes: 15
env:
JAVA_OPTS: -Xms15G -Xmx15G -Xss10M -XX:MaxMetaspaceSize=2G -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
Expand Down

0 comments on commit b6a0185

Please sign in to comment.