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] ...@@ -7,7 +7,7 @@ on: [push, pull_request]
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python 3.7 - name: Set up Python 3.7
...@@ -34,7 +34,7 @@ jobs: ...@@ -34,7 +34,7 @@ jobs:
UBUNTU_VERSION: ubuntu1804 UBUNTU_VERSION: ubuntu1804
FORCE_CUDA: 1 FORCE_CUDA: 1
CUDA_ARCH: ${{matrix.cuda_arch}} CUDA_ARCH: ${{matrix.cuda_arch}}
runs-on: ubuntu-latest runs-on: ubuntu-18.04
strategy: strategy:
matrix: matrix:
python-version: [3.6, 3.7] python-version: [3.6, 3.7]
......
...@@ -4,7 +4,7 @@ on: push ...@@ -4,7 +4,7 @@ on: push
jobs: jobs:
build-n-publish: build-n-publish:
runs-on: ubuntu-latest runs-on: ubuntu-18.04
if: startsWith(github.event.ref, 'refs/tags') if: startsWith(github.event.ref, 'refs/tags')
steps: steps:
- uses: actions/checkout@v2 - 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