Skip to content

Commit 64d2779

Browse files
committed
ci(actions): use ubuntu-20.04
1 parent 80a68ad commit 64d2779

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
lint:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-20.04
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v3
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
version: v1.54
3232
build-and-test:
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-20.04
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
goreleaser:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3

0 commit comments

Comments
 (0)