Skip to content

Commit 34e4e57

Browse files
committed
fix: changed ubuntu version to 20.04
1 parent 63f679c commit 34e4e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chart-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131

3232
jobs:
3333
build:
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-20.04
3535
steps:
3636
- name: Checkout Source
3737
uses: actions/checkout@v4

0 commit comments

Comments
 (0)