Skip to content

Commit

Permalink
Fixing release script. (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Aug 23, 2023
1 parent fab53d1 commit 1a4d0ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ jobs:
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [{os: "macos-11", target: "11.0"}, {os: "macos-12"}, {os: "macos-13"}, {os: "macos-13", target: "14.0"}]
# os: [{os: "macos-11", target: "11.0"}, {os: "macos-12"}, {os: "macos-13"}, {os: "macos-13", target: "14.0"}]
os: [{os: "macos-11", target: "11.0"}, {os: "macos-12"}, {os: "macos-13"}]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -192,7 +193,8 @@ jobs:
strategy:
matrix:
python: ["3.9.13", "3.10.6", "3.11.0"]
target: ["12.0", "13.0", "14.0"]
# target: ["12.0", "13.0", "14.0"]
target: ["12.0", "13.0"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 1a4d0ac

Please sign in to comment.