Skip to content

Commit

Permalink
ci: update versions in unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Oct 18, 2024
1 parent 90fd4ab commit 39e8569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
os: [ubuntu-24.04, windows-2022, macos-12, macos-14]

steps:
- uses: actions/checkout@v4
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-python@v3

- name: Build wheels for ${{ matrix.os }}
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.3
env:
MACOSX_DEPLOYMENT_TARGET: "10.14"
CMAKE_APPLE_SILICON_PROCESSOR: ${{ matrix.os == 'macos-14' && 'arm64' || '' }}
Expand All @@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
os: [ubuntu-24.04, windows-2022, macos-12, macos-14]

steps:
- uses: actions/checkout@v4
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/setup-python@v3

- name: Build wheels for ${{ matrix.os }}
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_TEST_REQUIRES: pytest pytest-xdist[psutil] pandas>=2.0.0 polars narwhals
MACOSX_DEPLOYMENT_TARGET: "10.14"
Expand Down

0 comments on commit 39e8569

Please sign in to comment.