diff options
| author | Michael Peter Christen <mc@yacy.net> | 2023-08-31 18:03:04 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2023-08-31 18:03:04 +0200 |
| commit | a3ca4eac08a31bb66f72d3fd0e900ae8e05352fe (patch) | |
| tree | 58cf78c822d7b09e86173c18937b1d87684d5a3b /.github | |
| parent | 6bd5f49c412be8edaadc5bc707dcd2a521207da5 (diff) | |
fixed workflow for ci process
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ant-build-selfhosted.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ant-build-selfhosted.yaml b/.github/workflows/ant-build-selfhosted.yaml index 6e4278583..cd0c20224 100644 --- a/.github/workflows/ant-build-selfhosted.yaml +++ b/.github/workflows/ant-build-selfhosted.yaml @@ -8,10 +8,10 @@ jobs: if: github.repository == 'yacy/yacy_search_server' steps: - uses: actions/checkout@master - - name: Set up JDK 8 + - name: Set up JDK 11 uses: actions/setup-java@v3 with: - java-version: '8' + java-version: '11' distribution: 'temurin' - name: Build linux release run: ant clean all dist |
