switch test runner to only ubuntu-latest

This commit is contained in:
jeffvli 2025-10-21 21:36:18 -07:00
parent af0ed47007
commit 877f286f43

View file

@ -4,11 +4,7 @@ on: [push, pull_request]
jobs: jobs:
lint: lint:
runs-on: ${{ matrix.os }} runs-on: ubuntu-latest
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps: steps:
- name: Check out Git repository - name: Check out Git repository