Skip to content

Commit 92ef52f

Browse files
committed
ci: fix fmt drift and stabilize release workflow
1 parent 020850e commit 92ef52f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Release
22

33
on:
44
push:
5+
branches:
6+
- "main"
57
tags:
68
- "v*"
79
workflow_dispatch:
@@ -21,7 +23,8 @@ jobs:
2123
include:
2224
- os: ubuntu-latest
2325
target: x86_64-unknown-linux-gnu
24-
- os: macos-13
26+
# Build both macOS targets on macos-14 to avoid flaky macos-13 runner availability.
27+
- os: macos-14
2528
target: x86_64-apple-darwin
2629
- os: macos-14
2730
target: aarch64-apple-darwin

src/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,5 +464,4 @@ impl TableLayout {
464464
Self::Full => 56,
465465
}
466466
}
467-
468467
}

0 commit comments

Comments
 (0)