Skip to content

Commit 729fcdc

Browse files
committed
Fix GitHub actions run
1 parent 13fb165 commit 729fcdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
qa:
77
name: Quality Assurance
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Install dependencies
@@ -19,7 +19,7 @@ jobs:
1919
name: Build AppImage
2020
needs:
2121
- qa
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-20.04
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Build AppImage

0 commit comments

Comments
 (0)