diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 815eb21..b0d5552 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: [push, pull_request] jobs: build-linux: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: