Update python-app.yml

This commit is contained in:
Anthony Samms
2025-09-15 11:10:32 -04:00
parent dfbe6e3425
commit 15c9483222

View File

@@ -13,7 +13,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-22.04, windows-latest] os: [ubuntu-22.04, windows-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Check-out repository - name: Check-out repository