Skip to content

Commit

Permalink
use ubuntu 24.04 for workflow jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Jun 7, 2024
1 parent 043bed1 commit 0a0915f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions: read-all

jobs:
build-and-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

permissions:
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proxy-warming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions: read-all
jobs:
build:
name: Renew documentation
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@master
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
Expand Down

0 comments on commit 0a0915f

Please sign in to comment.