git.fiddlerwoaroof.com
Browse code

bug: fix runs-on in workflow

Ed Langley authored on 05/01/2021 00:02:32
Showing 1 changed files
... ...
@@ -18,7 +18,7 @@ jobs:
18 18
   # This workflow contains a single job called "build"
19 19
   build:
20 20
     # The type of runner that the job will run on
21
-    runs-on: 
21
+    runs-on: ubuntu-20.04
22 22
 
23 23
     # Steps represent a sequence of tasks that will be executed as part of the job
24 24
     steps: