Skip to content

Commit

Permalink
ghactions: images: move to ubuntu-latest
Browse files Browse the repository at this point in the history
no reason to get stuck on ancient 22.04

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Nov 14, 2024
1 parent 0c53607 commit 430b456
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:

jobs:
e2e-ic:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
E2E_NODE_REFERENCE: true
E2E_TOPOLOGY_MANAGER_POLICY: single-numa-node
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
matrix:
mode: [http, httptls]
address: ["0.0.0.0","127.120.110.100"]
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
E2E_NODE_REFERENCE: true
E2E_TOPOLOGY_MANAGER_POLICY: single-numa-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:

jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
RTE_CONTAINER_IMAGE: quay.io/k8stopologyawareschedwg/resource-topology-exporter
E2E_TOPOLOGY_MANAGER_POLICY: single-numa-node
Expand Down

0 comments on commit 430b456

Please sign in to comment.