Skip to content

Commit 6c59629

Browse files
authored
Merge pull request #164 from systemli/update-github-runner
👷 Update GHA Runner to Ubuntu 24.04
2 parents dda79bd + 93cc40e commit 6c59629

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
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
- uses: actions/checkout@v4
1515

@@ -26,7 +26,7 @@ jobs:
2626

2727
build:
2828
name: Build
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-24.04
3030
needs:
3131
- test
3232
steps:
@@ -46,7 +46,7 @@ jobs:
4646
automerge:
4747
name: Merge Automatically
4848
needs: [test, build]
49-
runs-on: ubuntu-20.04
49+
runs-on: ubuntu-24.04
5050

5151
permissions:
5252
pull-requests: write

.github/workflows/quality.yaml

Lines changed: 1 addition & 1 deletion
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
- uses: actions/checkout@v4
1515
- name: GolangCI

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)