Skip to content

Commit

Permalink
TST: Update testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Aug 13, 2024
1 parent 4061bcd commit ab93fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing_python_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
os: [macos-12, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_python_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
os: [macos-12, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
Expand Down

0 comments on commit ab93fc5

Please sign in to comment.