Skip to content

Commit cf63a93

Browse files
committed
👷 Update GHA Runner to Ubuntu 24.04
1 parent 748a85a commit cf63a93

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎.github/workflows/integration.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test:
1111
name: Test
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727

2828
build:
2929
name: Build
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-24.04
3131
needs:
3232
- test
3333
steps:
@@ -48,7 +48,7 @@ jobs:
4848
automerge:
4949
name: Merge Automatically
5050
needs: [test, build]
51-
runs-on: ubuntu-20.04
51+
runs-on: ubuntu-24.04
5252

5353
permissions:
5454
pull-requests: write

‎.github/workflows/quality.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
golangci:
1111
name: GolangCI
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

‎.github/workflows/release-drafter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
name: Update Release
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Publish Release
1414
uses: release-drafter/release-drafter@v6

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
release:
99
name: Release
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

0 commit comments

Comments
 (0)