Skip to content

Commit

Permalink
remove macos-12 from publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
s0l0ist committed Oct 1, 2024
1 parent d67ee7d commit 614f1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-14, macos-12]
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-14]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 614f1c5

Please sign in to comment.