Skip to content

Commit

Permalink
try the GitHub runner
Browse files Browse the repository at this point in the history
Self hosted runner isn't picking up jobs ,try a GitHub one...
  • Loading branch information
hughsimpson authored Dec 3, 2023
1 parent e84649b commit 559f21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
ci:
runs-on: self-hosted
runs-on: ubuntu-latest
env:
JAVA_OPTS: -Xms5120M -Xmx5120M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
JVM_OPTS: -Xms5120M -Xmx5120M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
Expand Down

0 comments on commit 559f21b

Please sign in to comment.