Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into base-virtual-site-type
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Jul 8, 2024
2 parents c90a696 + bbc1341 commit a6d8a94
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ["3.10", "3.11"]
os:
- macos-12
- ubuntu-latest
python-version:
- "3.10"
- "3.11"

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

0 comments on commit a6d8a94

Please sign in to comment.