Skip to content

Commit

Permalink
try ubuntu20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mxh1999 committed Feb 2, 2024
1 parent 0cdddfe commit bc2e6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ concurrency:

jobs:
build_cu116:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
container:
image: pytorch/pytorch:1.11.0-cuda11.3-cudnn8-devel
strategy:
matrix:
python-version: [3.7]
python-version: [3.8]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit bc2e6a9

Please sign in to comment.