Skip to content

Commit dbdd668

Browse files
committed
fix
1 parent 50dd338 commit dbdd668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-jdk11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# if: |
3434
# github.event_name == 'schedule' ||
3535
# (contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '/jdk11'))
36-
runs-on: aliyun
36+
runs-on: self-hosted
3737

3838
steps:
3939
- name: Checkout code

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333

3434
jobs:
3535
build:
36-
runs-on: aliyun
36+
runs-on: self-hosted
3737
steps:
3838
- name: Checkout code
3939
uses: actions/checkout@v2

0 commit comments

Comments
 (0)