Skip to content

Commit 0a0915f

Browse files
use ubuntu 24.04 for workflow jobs
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
1 parent 043bed1 commit 0a0915f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions: read-all
2323

2424
jobs:
2525
build-and-deploy:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
build:
2929
name: Build
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-24.04
3131

3232
permissions:
3333
security-events: write

.github/workflows/proxy-warming.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions: read-all
2727
jobs:
2828
build:
2929
name: Renew documentation
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- name: Pull new module version
3333
uses: andrewslotin/go-proxy-pull-action@master

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ permissions: read-all
3131
jobs:
3232
analysis:
3333
name: Scorecard analysis
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-24.04
3535
permissions:
3636
# Needed to upload the results to code-scanning dashboard.
3737
security-events: write

0 commit comments

Comments
 (0)