Skip to content

Commit

Permalink
fix: remove macos support
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Oct 22, 2024
1 parent 52409dd commit 540e136
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -99,17 +97,10 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: "ubuntu-latest"
artifact: loopprojectfile-wheels-ubuntu-latest
- os: "macos-latest"
artifact: loopprojectfile-wheels-macos-latest
- os: "windows-latest"
artifact: loopprojectfile-wheels-windows-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 540e136

Please sign in to comment.