Skip to content

Commit

Permalink
bump: github runner ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
osmman committed Mar 4, 2025
1 parent b6446a9 commit d15a60a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build-operator:
name: Build-operator
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

build-bundle:
name: Build-bundle-image
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand All @@ -68,7 +68,7 @@ jobs:

build-fbc:
name: Build-fbc
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: build-bundle
steps:
- name: Checkout source
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

build-tuftool:
name: Build-tuftool
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout tough source
uses: actions/checkout@v4
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

test-kind:
name: Test kind deployment
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs:
- build-operator
- build-tuftool
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:

test-upgrade:
name: Test upgrade operator
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs:
- build-operator
- build-bundle
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:

test-custom-install:
name: Test with custom operator installation
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs:
- build-operator
steps:
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:

test-eks:
name: Test EKS deployment
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: build-operator
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
env:
Expand Down

0 comments on commit d15a60a

Please sign in to comment.