Skip to content

Commit 262efc3

Browse files
Switching GH runner to Ubuntu 24.04 (codeready-toolchain#1145)
Co-authored-by: Matous Jobanek <mjobanek@redhat.com>
1 parent 8fdd699 commit 262efc3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/ci-check-gomod-alt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88
jobs:
99
gomodreplacements:
1010
name: go.mod replacements
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
13-
- run: 'echo "No check required" '
13+
- run: 'echo "No check required" '

.github/workflows/ci-check-gomod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
gomodreplacements:
1111
name: go.mod replacements
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4

.github/workflows/ci-golang-sbom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
golangci:
1414
name: GolangCI Lint
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636

3737
sbom:
3838
name: Generate SBOM
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-24.04
4040
steps:
4141
- name: Checkout code
4242
uses: actions/checkout@v4

.github/workflows/operator-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
binary:
1313
name: Build & push a new operator release
1414

15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616

1717
steps:
1818
- name: Checkout code

.github/workflows/publish-operators-for-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
binary:
1313
name: Build & push operator bundles for e2e tests
1414

15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
if: ${{ github.event.comment == '' || contains(github.event.comment.body, '/retest') || contains(github.event.comment.body, '/test all') || contains(github.event.comment.body, '/test e2e') }}
1717
steps:
1818
# Checkout from PR event - in that case the comment field is empty

.github/workflows/test-with-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test-with-coverage:
1515
name: Test with Coverage
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)