Skip to content

Commit

Permalink
CI: Update versions and build-platforms
Browse files Browse the repository at this point in the history
Closes gh-1437
  • Loading branch information
HaoZeke committed Nov 18, 2024
1 parent c97f52d commit ac75a1b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
# Github Actions doesn't support pairing matrix values together, let's improvise
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
buildplat:
- [ubuntu-20.04, manylinux_x86_64]
- [ubuntu-20.04, musllinux_x86_64]
- [macos-12, macosx_x86_64]
- [macos-12, macosx_arm64]
- [windows-2019, win_amd64]
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy3.8', 'pypy3.9']
- [ubuntu-22.04, manylinux_x86_64]
- [ubuntu-22.04, musllinux_x86_64]
- [macos-13, macosx_x86_64]
- [macos-13, macosx_arm64]
- [windows-2022, win_amd64]
python-version: ['3.9', '3.10', '3.12', 'pypy3.8', 'pypy3.9']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.7", "3.12", "pypy-3.9"]
r-version: ['release']
timeout-minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
test_env:
name: test_environments
runs-on: "ubuntu-latest"
runs-on: "windows-latest"
strategy:
fail-fast: false
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.12'
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/triggered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.10", "pypy-3.8", "pypy-3.9"]
python-version: ["3.7", "3.12", "pypy-3.8", "pypy-3.9"]
r-version: ['release']
timeout-minutes: 30
steps:
Expand Down

0 comments on commit ac75a1b

Please sign in to comment.