From 2d4a0769b66ee0725927b754a3f82d164146df61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Tr=C4=85tnowiecki?= Date: Wed, 25 Feb 2026 15:45:11 +0100 Subject: [PATCH] Run on self hosted osx intel runner --- .github/workflows/_build-release.yml | 2 +- .github/workflows/_check-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_build-release.yml b/.github/workflows/_build-release.yml index ff45e4a02..8675f1e24 100644 --- a/.github/workflows/_build-release.yml +++ b/.github/workflows/_build-release.yml @@ -63,7 +63,7 @@ jobs: cross: true - target: x86_64-apple-darwin - os: macos-15-intel + os: [self-hosted, macOS, X64] - target: aarch64-apple-darwin os: [self-hosted, macOS, ARM64] diff --git a/.github/workflows/_check-release.yml b/.github/workflows/_check-release.yml index b60303c82..4a6b89fe6 100644 --- a/.github/workflows/_check-release.yml +++ b/.github/workflows/_check-release.yml @@ -73,7 +73,7 @@ jobs: - name: macos arm64 os: [self-hosted, macOS, ARM64] - name: macos x86-64 - os: macos-15-intel + os: [self-hosted, macOS, X64] steps: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable