Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Fix older Python builds on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
erdewit committed Jan 3, 2023
1 parent 36d4b07 commit 1ddc550
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: [ push, pull_request ]

jobs:
build:
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", pypy-3.9 ]
exclude:
- os: ubuntu
- os: ubuntu-latest
python-version: 3.5
- os: ubuntu
- os: ubuntu-latest
python-version: 3.6
include:
- os: ubuntu-20.04
Expand Down

0 comments on commit 1ddc550

Please sign in to comment.