Skip to content

Commit

Permalink
Upgrade runners to macos-14 (#1443)
Browse files Browse the repository at this point in the history
## Summary

The `macos-12` runners are deprecated:
https://github.com/astral-sh/rye/actions/runs/12244443745
  • Loading branch information
charliermarsh authored Dec 9, 2024
1 parent f925c41 commit d67cac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ jobs:
target: aarch64-unknown-linux-musl
name: aarch64-linux
- build: macos
os: macos-12
os: macos-14
rust: stable
target: x86_64-apple-darwin
name: x86_64-macos
- build: macos-arm
os: macos-12
os: macos-14
rust: stable
target: aarch64-apple-darwin
name: aarch64-macos
Expand Down

0 comments on commit d67cac1

Please sign in to comment.