Skip to content

Commit

Permalink
Update ci.yml (#269)
Browse files Browse the repository at this point in the history
Ensures CI will run smoothly.
  • Loading branch information
nrkarthikeyan authored Nov 18, 2021
1 parent a5dac73 commit 963df2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build-py:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: pytest tests

build-r:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04

strategy:
fail-fast: false
Expand Down

0 comments on commit 963df2e

Please sign in to comment.