Skip to content

Commit

Permalink
use 24.04 for github ci jobs (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored Nov 6, 2024
1 parent 617c4e7 commit e7f1a26
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

lib-go:
needs: compiler
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
go:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:

lib-netstd:
needs: compiler
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:

lib-swift:
needs: compiler
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -461,7 +461,7 @@ jobs:

lib-python:
needs: compiler
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version:
Expand Down Expand Up @@ -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']
Expand Down

0 comments on commit e7f1a26

Please sign in to comment.