Skip to content

Commit

Permalink
Update full-site-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg authored Jun 25, 2024
1 parent 42b3256 commit 4555c23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/full-site-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8]
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

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

0 comments on commit 4555c23

Please sign in to comment.