yet another attempt at fixing #226

This commit is contained in:
SolidHal 2020-10-31 16:15:39 -07:00
parent 66515c6399
commit 793fee3aba
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on: [push, pull_request]
jobs:
build:
name: build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: checkout project
uses: actions/checkout@v2

View File

@ -6,7 +6,7 @@ on: [push, pull_request]
jobs:
build:
name: build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: checkout project
uses: actions/checkout@v2