This is an automated email from the ASF dual-hosted git repository. jiayuliu pushed a commit to branch github-ci-2404 in repository https://gitbox.apache.org/repos/asf/thrift.git
commit a91a4706b9621776a33649b56e7b43a2ad4aab2e Author: Jiayu Liu <[email protected]> AuthorDate: Sat Sep 28 17:13:27 2024 +0800 use 24.04 for github ci jobs --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63ad16d19..eccc091c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,9 +67,9 @@ jobs: - name: Run thrift version run: /usr/local/bin/thrift -version - # only upload while building ubuntu-22.04 + # only upload while building ubuntu-24.04 - name: Archive built thrift compiler - if: matrix.os == 'ubuntu-22.04' + if: matrix.os == 'ubuntu-24.04' uses: actions/upload-artifact@v4 with: name: thrift-compiler @@ -78,7 +78,7 @@ jobs: lib-php: needs: compiler - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: php-version: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3] @@ -131,7 +131,7 @@ jobs: lib-go: needs: compiler - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: go: @@ -191,7 +191,7 @@ jobs: lib-java-kotlin: needs: compiler - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: GRADLE_VERSION: "8.4" steps: @@ -299,7 +299,7 @@ jobs: lib-netstd: needs: compiler - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false steps: @@ -360,7 +360,7 @@ jobs: lib-swift: needs: compiler - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -396,7 +396,7 @@ jobs: lib-rust: needs: compiler - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: TOOLCHAIN_VERSION: 1.65.0 steps: @@ -461,7 +461,7 @@ jobs: lib-python: needs: compiler - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: python-version: @@ -524,7 +524,7 @@ jobs: - lib-rust - lib-go - lib-python - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: server_lang: ['java', 'kotlin', 'go', 'rs', 'swift']
