Skip to content

Commit

Permalink
only test on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jvllmr committed Jan 6, 2024
1 parent b0ca1ad commit 4df9b3e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ on:
jobs:
Test:
name: Test
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Setup PDM
Expand All @@ -29,11 +28,11 @@ jobs:
run: pdm test
Test20:
name: Test SA 2.0
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v4
- name: Setup PDM
Expand Down

0 comments on commit 4df9b3e

Please sign in to comment.