Skip to content

Commit 209ab3f

Browse files
committed
ci: run everything on Ubuntu 24.04
1 parent 6a94306 commit 209ab3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/devstack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
jobs:
99
external-dns-source-fake:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111

1212
steps:
1313
- name: Checkout external-dns-openstack-webhook

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Set up Go
1414
uses: actions/setup-go@v5
@@ -28,7 +28,7 @@ jobs:
2828
release:
2929
if: startsWith(github.event.ref, 'refs/tags/v')
3030
needs: build
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-24.04
3232
steps:
3333
- name: Checkout Repository
3434
uses: actions/checkout@v4

0 commit comments

Comments
 (0)