Skip to content

Commit

Permalink
Merge pull request #16644 from rifelpet/gha-latest
Browse files Browse the repository at this point in the history
Bump Github Actions jobs to latest distros
  • Loading branch information
k8s-ci-robot authored Jul 2, 2024
2 parents 4b4990c + 22fc68e commit 2c13e5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/depsreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
dependency-review:
if: ${{ github.repository == 'kubernetes/kops' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: 'Checkout Repository'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
build-linux-amd64:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
make kops examples test
build-windows-amd64:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
Expand All @@ -65,7 +65,7 @@ jobs:
make kops examples test-windows
verify:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
tag-release:
if: ${{ github.repository == 'kubernetes/kops' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
update-deps:
if: ${{ github.repository == 'kubernetes/kops' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

Expand Down

0 comments on commit 2c13e5f

Please sign in to comment.