Skip to content

Commit

Permalink
chore(build): switch to ubuntu 22.04 runner
Browse files Browse the repository at this point in the history
CI failed to build longhorn-share-manager since the action
runner image was upgraded to 24.04 20250120.5.0.

Longhorn 10372

Signed-off-by: Derek Su <[email protected]>
(cherry picked from commit 39be0e6)
  • Loading branch information
derekbit authored and mergify[bot] committed Feb 10, 2025
1 parent 5edb281 commit 3262727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build binaries
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:

build_push_image:
name: Build and push image
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
if: ${{ startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/tags/') }}
steps:
Expand Down

0 comments on commit 3262727

Please sign in to comment.