[Fix] Change the version of ubuntu from ubuntu-latest to ubuntu-18.04 in CI (#82)

pull/81/head^2
Zaida Zhou 2021-09-01 21:14:04 +08:00 committed by GitHub
parent 26f364fdde
commit c156e060ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,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
@ -23,7 +23,7 @@ jobs:
interrogate -v --ignore-init-method --ignore-module --ignore-nested-functions --ignore-regex "__repr__" --fail-under 60 mim
test:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
CUDA: 10.1.105-1
CUDA_SHORT: 10.1