Skip to content

Commit

Permalink
chore: upgrade runner to ubuntu-24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Feb 28, 2025
1 parent 776781c commit cbba5fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:

jobs:
build-go-binaries:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.repository == 'numaproj/numaflow'
name: Build binaries
steps:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
build-push-linux-multi:
name: Build & push linux/amd64 and linux/arm64
needs: [build-go-binaries, build-rust-amd64, build-rust-arm64]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.repository == 'numaproj/numaflow'
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:

jobs:
build-go-binaries:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.repository == 'numaproj/numaflow'
name: Build binaries
steps:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
build-push-linux-multi:
name: Build & push linux/amd64 and linux/arm64
needs: [build-go-binaries, build-rust-amd64, build-rust-arm64]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.repository == 'numaproj/numaflow'
strategy:
matrix:
Expand Down

0 comments on commit cbba5fa

Please sign in to comment.