Skip to content

Commit 660a73e

Browse files
authored
Merge pull request #153 from G-Research/macos-latest-in-actions
Update macOS version in CI workflow
2 parents 7fa985d + 384bbfb commit 660a73e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
25-
os: ["ubuntu-latest", "macos-13", "windows-latest", "ubuntu-24.04-arm"]
25+
os: ["ubuntu-latest", "macos-latest", "windows-latest", "ubuntu-24.04-arm"]
2626

2727
env:
2828
MATURIN_EXTRA: ""
@@ -51,6 +51,7 @@ jobs:
5151
if: ${{ startsWith(matrix.os, 'macos') }}
5252
run: |
5353
rustup target add aarch64-apple-darwin
54+
rustup target add x86_64-apple-darwin
5455
echo "MATURIN_EXTRA=--target=universal2-apple-darwin" >> $GITHUB_ENV
5556
- name: "Wheels"
5657
uses: messense/maturin-action@v1

0 commit comments

Comments
 (0)