We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf3199 commit a87c859Copy full SHA for a87c859
.github/outdated/release.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
build:
9
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-23.04
10
env:
11
TAG_NAME: ${{ github.ref_name }}
12
steps:
.github/workflows/server-ci.yml
@@ -11,7 +11,7 @@ on:
build-server:
13
# TODO: we need test & replace it to ubuntu-24.04 or ubuntu-latest
14
15
16
USE_STAGE: 'false' # Whether to include the stage repository.
17
TRAVIS_DIR: hugegraph-server/hugegraph-dist/src/assembly/travis
0 commit comments