Skip to content

Commit b8a65ab

Browse files
committed
Fix macOS Intel release runner
1 parent 8b52ab3 commit b8a65ab

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
target: x86_64-pc-windows-msvc
7979
use_cross: false
8080
glibc_max: ""
81-
- os: macos-13
81+
- os: macos-15-intel
8282
target: x86_64-apple-darwin
8383
use_cross: false
8484
glibc_max: ""

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clean-my-code"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2024"
55
exclude = ["npm/"]
66

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clean-my-code",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Scan and clean gitignored build artifacts per Git repo.",
55
"license": "UNLICENSED",
66
"bin": {

0 commit comments

Comments
 (0)