Skip to content

Commit 799c0c4

Browse files
authored
update ubuntu runner from 20 to latest (#1407)
1 parent 13ed450 commit 799c0c4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/code-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
coverage-report:
1010
name: Check Code Coverage
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
-
1414
name: Set up Go 1.x

.github/workflows/devtools-image-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
build-devtools-img:
2525

26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727

2828
outputs:
2929
git-sha: ${{ steps.git-sha.outputs.sha }}

.github/workflows/next-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626

2727
build-next-imgs:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929

3030
outputs:
3131
git-sha: ${{ steps.git-sha.outputs.sha }}

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
go:
99
name: Check sources
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
env:
1212
OPERATOR_SDK_VERSION: v1.8.0
1313
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
OPERATOR_SDK_VERSION: v1.8.0
2525
OPM_VERSION: v1.19.5
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
steps:
2828
- name: Set up Go 1.x
2929
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0

0 commit comments

Comments
 (0)