Unverified Commit e5f55bd2 authored by Yezhen Cong's avatar Yezhen Cong Committed by GitHub
Browse files

using ubuntu 18.04 in github workflow (#350)

parent 8b131f52
......@@ -7,7 +7,7 @@ on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
......@@ -34,7 +34,7 @@ jobs:
UBUNTU_VERSION: ubuntu1804
FORCE_CUDA: 1
CUDA_ARCH: ${{matrix.cuda_arch}}
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.6, 3.7]
......
......@@ -4,7 +4,7 @@ on: push
jobs:
build-n-publish:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
if: startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment