Skip to content

Commit fdac82a

Browse files
committed
fix: update release workflow runners
1 parent 85ff35d commit fdac82a

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,11 @@ jobs:
132132
path: workspaces/rust/klaw-dbase/dist
133133

134134
macos:
135-
runs-on: ${{ matrix.platform.runner }}
135+
runs-on: macos-15
136136
strategy:
137137
matrix:
138138
platform:
139-
- runner: macos-15-large
140-
target: x86_64
141-
- runner: macos-15
142-
target: aarch64
139+
- target: aarch64
143140

144141
defaults:
145142
run:

0 commit comments

Comments
 (0)