Skip to content

Commit

Permalink
Upgrade runners to macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Dec 9, 2024
1 parent f925c41 commit 26e88df
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 26e88df

Please sign in to comment.