Update Github Actions

Update Github Actions to use ubuntu 20.04

* Update run_tests.yml

* Update run_build.yml
This commit is contained in:
Daniel R 2023-01-24 17:39:04 -05:00 committed by GitHub
parent fec95971a1
commit a52902054e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -23,7 +23,7 @@ on:
jobs:
run-go-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2