Skip to content

Commit

Permalink
update CI again: ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled committed Nov 21, 2023
1 parent b7a9eb8 commit 8d3023f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
check-code:
name: Check code quality
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout branch
uses: actions/checkout@master
Expand All @@ -19,10 +19,10 @@ jobs:
- name: Check code quality
run: make check
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9]
python: [3.7, 3.8, 3.9]
os: [ubuntu-20.04]
name: Test on Python ${{ matrix.python }}
steps:
Expand Down

0 comments on commit 8d3023f

Please sign in to comment.