Skip to content

Commit

Permalink
More simplification to ci.yml before fixing core issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ciobanu committed Feb 27, 2024
1 parent 5207ee2 commit c86c1a6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
#os: [ubuntu-latest, macos-latest, windows-latest]
#python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [macos-14]
python-version: ["3.9", "3.10", "3.11", "3.12"]
#python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -39,14 +40,14 @@ jobs:
fail-fast: false
matrix:
include:
- os: windows-2019
cibw_archs: "AMD64 ARM64"
#- os: windows-2019
# cibw_archs: "AMD64 ARM64"
- os: macos-11
cibw_archs: "x86_64" # arm64" # No freetype on non-native platforms
- os: "ubuntu-20.04"
cibw_archs: "aarch64"
- os: "ubuntu-20.04"
cibw_archs: "x86_64"
#- os: "ubuntu-20.04"
# cibw_archs: "aarch64"
#- os: "ubuntu-20.04"
# cibw_archs: "x86_64"

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

0 comments on commit c86c1a6

Please sign in to comment.