Browse Source

Hardcode build OS

pull/10/head
Luke Childs 5 years ago
parent
commit
634ce682b1
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -2,7 +2,7 @@ name: Build Docker Image
on: push
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:

Loading…
Cancel
Save