Skip to content

Commit 421f1af

Browse files
breaking: the dependency ubuntu has been updated to a new major version (24.04), which may include breaking changes. #major
1 parent 2bedfa4 commit 421f1af

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/argocd-tags-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333

3434
jobs:
3535
update_config:
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-24.04
3737

3838
steps:
3939
- name: Checkout Code

.github/workflows/bump-version-cut-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88
jobs:
99
build:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
permissions:
1212
contents: write
1313
steps:

.github/workflows/helm-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
environment: ${{ inputs.GLUEOPS_ENV }}
1212
steps:
1313
- name: Checkout

.github/workflows/publish-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
publish:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
environment: ${{ inputs.GLUEOPS_ENV }}
1818
steps:
1919
- name: Checkout

.github/workflows/publish-image-to-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
push_to_registry:
88
name: Push Docker image to Docker Registry
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
1212
with:

.github/workflows/publish-metacontroller-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
publish_chart:
2222
name: Publish Metacontroller Helm Chart
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
environment: ${{ inputs.GLUEOPS_ENV }}
2525
steps:
2626
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5

0 commit comments

Comments
 (0)