Skip to content

Commit

Permalink
Revert matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Jan 15, 2025
1 parent 9b09f03 commit 829ea7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: windows-2022
Expand Down

0 comments on commit 829ea7b

Please sign in to comment.