Skip to content

Commit

Permalink
Update version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM authored Jul 4, 2024
1 parent 2286d09 commit ccf2806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-22.04, macos-12 ]
os: [ ubuntu-24.04 ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:
git submodule update --init --recursive
cd eigen && git apply ../patch_size.patch && cd ..
- name: CI Build Wheel
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.19
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ccf2806

Please sign in to comment.