From ca20d3edae6551196869e13a2720f57d4a46830e Mon Sep 17 00:00:00 2001 From: maximkrouk Date: Wed, 5 Aug 2026 07:23:39 +0200 Subject: [PATCH] chore: use self-hosted runner for Swift interfaces --- .github/workflows/generate-swiftinterface.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-swiftinterface.yml b/.github/workflows/generate-swiftinterface.yml index aa5eca3..05522e8 100644 --- a/.github/workflows/generate-swiftinterface.yml +++ b/.github/workflows/generate-swiftinterface.yml @@ -29,7 +29,7 @@ permissions: jobs: generate: name: Generate ${{ inputs.platform }} - runs-on: ${{ (inputs.platform == 'linux' || inputs.platform == 'wasi') && 'ubuntu-latest' || inputs.platform == 'windows' && 'windows-latest' || 'macos-latest' }} + runs-on: ${{ (inputs.platform == 'linux' || inputs.platform == 'wasi') && 'ubuntu-latest' || inputs.platform == 'windows' && 'windows-latest' || 'self-hosted' }} env: GH_TOKEN: ${{ github.token }} INPUT_TARGET_BRANCH: ${{ inputs.target_branch }}