Skip to content

Commit 2c846f5

Browse files
authored
Run GH actions on ubuntu-20.04 (#18)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 13db95c commit 2c846f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
build:
1919
name: Build
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-20.04
2121
steps:
2222

2323
- name: Set up Go 1.19

.github/workflows/release-tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616

1717
steps:
1818
- uses: actions/checkout@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
build:
1616
name: Build
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-20.04
1818
steps:
1919
- uses: actions/checkout@v1
2020

0 commit comments

Comments
 (0)