Change GitHub Actions to run on Ubuntu 18.04

This commit is contained in:
Ben Johnson
2021-05-23 08:00:13 -06:00
parent 84dc68c09c
commit 31da780ed3
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ on:
name: release (linux) name: release (linux)
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-18.04
strategy: strategy:
matrix: matrix:
include: include:

View File

@@ -6,7 +6,7 @@ on:
name: release (linux/static) name: release (linux/static)
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-18.04
strategy: strategy:
matrix: matrix:
include: include:

View File

@@ -2,7 +2,7 @@ on: push
name: test name: test
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-18.04
steps: steps:
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2
with: with: