Skip to content

Commit

Permalink
👷 ci: bump ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbus committed Feb 12, 2025
1 parent 0ecd6ce commit 36380f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action_sanity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
cred-scan:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Github sanity scanner
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
workflow_dispatch:
jobs:
format:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -41,7 +41,7 @@ jobs:
# - name: Verify
# run: bash -c "make verify"
unit-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Test
run: bash -c "make test"
# docs:
# runs-on: ubuntu-20.04
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-python@v2
Expand All @@ -63,7 +63,7 @@ jobs:
# - name: Check docs
# run: bash -c "make check-helm-docs"
# build:
# runs-on: ubuntu-20.04
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cred-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
cred-scan:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Scan credentials
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]
jobs:
push-docker-image:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check the repo
uses: actions/checkout@v2
Expand All @@ -19,7 +19,7 @@ jobs:
- name : push to Docker Hub
run: make build-image image-push
push-artifact-hub:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 36380f7

Please sign in to comment.