Skip to content

Commit

Permalink
test win macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaubier committed Jan 27, 2025
1 parent 2c2e08b commit 85ba34f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [macos-latest, windows-latest]
python-version: ['3.12']

steps:
- uses: actions/checkout@v4

- name: Set up Python
# This is the version of the action for setting up Python, not the Python version.
uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit 85ba34f

Please sign in to comment.