bug: fix runs-on in workflow

This commit is contained in:
Ed Langley
2021-01-04 16:02:32 -08:00
committed by GitHub
parent 417b3587c5
commit d87106a29e

View File

@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build" # This workflow contains a single job called "build"
build: build:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: runs-on: ubuntu-20.04
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps: