Skip to content

Commit 2529a87

Browse files
author
Terraphim CI
committed
fix(release): restore self-hosted macOS x86_64 runner
Switch macOS x86_64 back to self-hosted runner as requested. ARM64 continues using GitHub-hosted runner (macos-14).
1 parent 2a05240 commit 2529a87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-comprehensive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ jobs:
110110
- os: ubuntu-22.04
111111
target: armv7-unknown-linux-musleabihf
112112
use_cross: true
113-
# macOS builds - use GitHub-hosted runners for building
114-
- os: macos-12
113+
# macOS builds
114+
- os: [self-hosted, macOS]
115115
target: x86_64-apple-darwin
116116
use_cross: false
117117
- os: macos-14

0 commit comments

Comments
 (0)