Skip to content

Commit 63047f9

Browse files
fix: use supported Intel macOS release runner
The previous retry used macos-13 for x86_64 validation, but that configuration is not available for this repository. Switch the x86_64 release build and smoke test to the supported macos-15-intel runner before recreating v1.0.0 again.
1 parent e23c9ae commit 63047f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
target: aarch64
2121
- os: macos-14
2222
target: aarch64
23-
- os: macos-13
23+
- os: macos-15-intel
2424
target: x86_64
2525
- os: windows-latest
2626
target: x64
@@ -65,7 +65,7 @@ jobs:
6565
target: x86_64
6666
- os: macos-14
6767
target: aarch64
68-
- os: macos-13
68+
- os: macos-15-intel
6969
target: x86_64
7070
- os: windows-latest
7171
target: x64

0 commit comments

Comments
 (0)