Skip to content

Commit

Permalink
Removed macos-13 from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Aug 21, 2024
1 parent de4d498 commit a8ce0f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ jobs:
# Run all supported Python versions on linux
os: [ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]
# Include one windows and two macOS (intel based and arm based) runs
# Include one windows and one macOS (arm based) run
include:
- os: macos-13
python-version: "3.12"
- os: macos-latest
python-version: "3.12"
- os: windows-latest
Expand Down

0 comments on commit a8ce0f6

Please sign in to comment.