Skip to content

Commit

Permalink
try macOS 14 instead of 13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
roeger committed Dec 18, 2024
1 parent c9c6c2b commit ff14d88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:


build_wheels_mac_arm64:
name: Build wheels on macos-13-arm64
runs-on: macos-13-arm64
name: Build wheels on macos-14-arm64
runs-on: macos-14-arm64

steps:
- uses: actions/checkout@v4
Expand All @@ -49,7 +49,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-macos-13-arm64
name: cibw-wheels-macos-14-arm64
path: ./wheelhouse/*.whl


Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
version:
- {os: ubuntu-latest, python: '3.10'}
- {os: macOS-13, python: '3.10'}
- {os: macOS-13-arm64, python: '3.12'}
- {os: macOS-14-arm64, python: '3.12'}
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit ff14d88

Please sign in to comment.