Use ubuntu version 20

This commit is contained in:
Lawrence Wong 2023-01-12 15:10:21 -08:00
parent 89b4f78f51
commit 9575b7fb1f

View file

@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2