Skip to content

Commit 7417fca

Browse files
authored
Update Ubuntu version used within github actions
1 parent e54b3dc commit 7417fca

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/generic-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request_target]
55

66
jobs:
77
unit-test:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: Set up Go 1.18
1111
uses: actions/setup-go@v1
@@ -20,7 +20,7 @@ jobs:
2020
run: make unit-test
2121

2222
static:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Set up Go 1.18
2626
uses: actions/setup-go@v1

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request_target]
55

66
jobs:
77
int-test:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: Set up Go 1.18
1111
uses: actions/setup-go@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
release:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Set up Go 1.18
1414
uses: actions/setup-go@v1

0 commit comments

Comments
 (0)