Skip to content

Commit a46c4c9

Browse files
authored
Runner update to ubuntu-24.04 (#315)
1 parent 6e35a1d commit a46c4c9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/pre-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
basic-check:
1515
name: Build, Lint, Vet
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
steps:
1919
- name: Check out code into the Go module directory

.github/workflows/preflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
preflight-latest:
1515
if: github.repository_owner == 'redhat-best-practices-for-k8s'
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
env:
1818
SHELL: /bin/bash
1919
IMAGE_NAME: quay.io/redhat-best-practices-for-k8s/oct:latest

.github/workflows/recreate-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
recreate-oct-container-image:
1212
if: github.repository_owner == 'redhat-best-practices-for-k8s'
1313
name: Create new OCT container image
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
env:
1616
SHELL: /bin/bash
1717

@@ -62,7 +62,7 @@ jobs:
6262

6363
recreate-oct-container-image-legacy:
6464
name: Create new OCT container image (Legacy)
65-
runs-on: ubuntu-22.04
65+
runs-on: ubuntu-24.04
6666
env:
6767
SHELL: /bin/bash
6868

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions: read-all
2020
jobs:
2121
analysis:
2222
name: Scorecard analysis
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
permissions:
2525
# Needed to upload the results to code-scanning dashboard.
2626
security-events: write

0 commit comments

Comments
 (0)