Skip to content

Commit

Permalink
update ci image to macOS 13 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren authored Dec 20, 2024
1 parent e705fbd commit e8eb959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
use-cross: true,
cross-version: "from-source",
}
- { target: x86_64-apple-darwin, os: macos-12 }
- { target: x86_64-apple-darwin, os: macos-13 }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
- {
target: x86_64-unknown-linux-musl,
Expand Down

0 comments on commit e8eb959

Please sign in to comment.