Skip to content

Commit 6e8a50a

Browse files
patrickelectricTheAssassin
authored andcommitted
github: workflows: main: Use ubuntu-20.04 over latest
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent c658754 commit 6e8a50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Create release and upload artifacts
3737
needs:
3838
- build-and-test
39-
runs-on: ubuntu-latest
39+
runs-on: ubuntu-20.04
4040
steps:
4141
- name: Download artifacts
4242
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)