Skip to content

Commit

Permalink
simplofy
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Jul 1, 2024
1 parent a26d91d commit 83c71cd
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,11 @@ jobs:
matrix:
include:
- runs-on: macos-13
python-version: "3.7"
- runs-on: macos-13
python-version: "3.8"
- runs-on: macos-13
python-version: "3.9"
- runs-on: macos-13
python-version: "3.10"
python-version: ["3.7", "3.8", "3.9", "3.10"]
target: [x86_64, aarch64]
- runs-on: macos-14
python-version: "3.11"
- runs-on: macos-14
python-version: "3.12"
target: [x86_64, aarch64]
python-version: ["3.11", "3.12"]
target: [x86_64, aarch64]
steps:
- uses: ilammy/setup-nasm@v1
- uses: actions/checkout@v4
Expand Down

0 comments on commit 83c71cd

Please sign in to comment.