Skip to content

Commit

Permalink
: use ubuntu-20.04 with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkwah committed Dec 22, 2023
1 parent 8d853e7 commit b98db86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ on:

jobs:
tests:
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
name: "Python ${{ matrix.python-version }}"
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.8", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
python-version: ["3.8"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b98db86

Please sign in to comment.