Skip to content

Commit 8522cc0

Browse files
committed
update github workflows
1 parent fc7b42c commit 8522cc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ permissions:
2323

2424
jobs:
2525
test:
26-
runs-on: self-hosted
27-
# runs-on: ubuntu-latest
26+
# runs-on: self-hosted
27+
runs-on: ubuntu-latest
2828
env:
2929
# define Java options for both official sbt and sbt-extras
3030
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ permissions:
2020

2121
jobs:
2222
release:
23-
runs-on: self-hosted
24-
# runs-on: ubuntu-latest
23+
# runs-on: self-hosted
24+
runs-on: ubuntu-latest
2525
env:
2626
# define Java options for both official sbt and sbt-extras
2727
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)