Skip to content

Commit 3985446

Browse files
committed
correct macos intel runner
1 parent a9c2348 commit 3985446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
platform:
1919
- os: macos-latest # Apple Silicon (ARM64)
20-
- os: macos-15 # Intel (x86_64) New instance
20+
- os: macos-15-intel # Intel (x86_64) New instance
2121
- os: ubuntu-latest # Linux (x86_64)
2222
- os: windows-latest # Windows (x86_64)
2323

0 commit comments

Comments
 (0)