Update python-app.yml

This commit is contained in:
Anthony Samms
2025-09-15 11:12:04 -04:00
parent 15c9483222
commit cb84dc1f49

View File

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