Skip to content

Commit 910c719

Browse files
(ci)- Update workflows ubuntu-22.04 to ubuntu-24.04 (#6938)
Signed-off-by: Camila Macedo <[email protected]>
1 parent adee160 commit 910c719

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
check_docs_only:
1616
name: check_docs_only
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
outputs:
1919
skip: ${{ steps.check_docs_only.outputs.skip }}
2020
steps:
@@ -35,7 +35,7 @@ jobs:
3535
needs: check_docs_only
3636
# Run this job on a tag like 'vX.Y.Z' or on a branch or pull request with code changes.
3737
if: startsWith(github.ref, 'refs/tags/v') || ( needs.check_docs_only.outputs.skip != 'true' && !startsWith(github.ref, 'refs/tags/') )
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
environment: deploy
4040
steps:
4141
- name: checkout
@@ -69,7 +69,7 @@ jobs:
6969
needs: check_docs_only
7070
# Run this job on a tag like 'vX.Y.Z' or on a branch or pull request with code changes.
7171
if: startsWith(github.ref, 'refs/tags/v') || ( needs.check_docs_only.outputs.skip != 'true' && !startsWith(github.ref, 'refs/tags/') )
72-
runs-on: ubuntu-22.04
72+
runs-on: ubuntu-24.04
7373
environment: deploy
7474
strategy:
7575
matrix:
@@ -118,7 +118,7 @@ jobs:
118118
needs: check_docs_only
119119
# Run this job on a tag like 'scorecard-kuttl/vX.Y.Z' or on a branch or pull request with code changes.
120120
if: startsWith(github.ref, 'refs/tags/scorecard-kuttl/v') || ( needs.check_docs_only.outputs.skip != 'true' && !startsWith(github.ref, 'refs/tags/') )
121-
runs-on: ubuntu-22.04
121+
runs-on: ubuntu-24.04
122122
environment: deploy
123123
steps:
124124

.github/workflows/freshen-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
git_tags:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
outputs:
1818
git_tags: ${{ steps.tags.outputs.git_tags }}
1919
steps:
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
name: build
2929
needs: git_tags
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
3131
environment: deploy
3232
strategy:
3333
matrix:

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
check_docs_only:
77
name: check_docs_only
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
outputs:
1010
skip: ${{ steps.check_docs_only.outputs.skip }}
1111
steps:
@@ -22,7 +22,7 @@ jobs:
2222
2323
integration:
2424
name: integration
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
needs: check_docs_only
2727
if: needs.check_docs_only.outputs.skip != 'true'
2828
steps:

.github/workflows/rerun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
rerun_tests:
77
name: rerun_pr_tests
88
if: ${{ github.event.issue.pull_request }}
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: operator-framework/[email protected]
1212
with:

.github/workflows/test-go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
check_docs_only:
1010
name: check_docs_only
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
skip: ${{ steps.check_docs_only.outputs.skip }}
1414
steps:
@@ -25,7 +25,7 @@ jobs:
2525
2626
e2e:
2727
name: e2e
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
needs: check_docs_only
3030
if: needs.check_docs_only.outputs.skip != 'true'
3131
steps:
@@ -45,7 +45,7 @@ jobs:
4545

4646
unit:
4747
name: unit
48-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4949
needs: check_docs_only
5050
if: needs.check_docs_only.outputs.skip != 'true'
5151
steps:

.github/workflows/test-helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
check_docs_only:
77
name: check_docs_only
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
outputs:
1010
skip: ${{ steps.check_docs_only.outputs.skip }}
1111
steps:
@@ -22,7 +22,7 @@ jobs:
2222
2323
e2e:
2424
name: e2e
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
needs: check_docs_only
2727
if: needs.check_docs_only.outputs.skip != 'true'
2828
steps:

.github/workflows/test-sample-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
check_docs_only:
77
name: check_docs_only
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
outputs:
1010
skip: ${{ steps.check_docs_only.outputs.skip }}
1111
steps:
@@ -22,7 +22,7 @@ jobs:
2222
2323
e2e:
2424
name: e2e
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
needs: check_docs_only
2727
if: needs.check_docs_only.outputs.skip != 'true'
2828
steps:

.github/workflows/test-sanity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
check_docs_only:
77
name: check_docs_only
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
outputs:
1010
skip: ${{ steps.check_docs_only.outputs.skip }}
1111
steps:
@@ -22,7 +22,7 @@ jobs:
2222
2323
sanity:
2424
name: sanity
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
needs: check_docs_only
2727
if: needs.check_docs_only.outputs.skip != 'true'
2828
steps:
@@ -43,7 +43,7 @@ jobs:
4343

4444
docs:
4545
name: docs
46-
runs-on: ubuntu-22.04
46+
runs-on: ubuntu-24.04
4747
steps:
4848
- uses: actions/checkout@v4
4949
with:

0 commit comments

Comments
 (0)