From 766157479139014923ebf02438453348b98b06a0 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Thu, 8 Feb 2024 19:15:07 +0100 Subject: [PATCH] ci: use github runners [skip ci] --- .github/workflows/insider-spearhead.yml | 2 +- .github/workflows/stable-spearhead.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insider-spearhead.yml b/.github/workflows/insider-spearhead.yml index 6205235..939322a 100644 --- a/.github/workflows/insider-spearhead.yml +++ b/.github/workflows/insider-spearhead.yml @@ -17,7 +17,7 @@ on: jobs: build: - runs-on: [self-hosted, macOS, ARM64] + runs-on: macos-14 env: APP_NAME: VSCodium ASSETS_REPOSITORY: ${{ github.repository }}-insiders diff --git a/.github/workflows/stable-spearhead.yml b/.github/workflows/stable-spearhead.yml index 745025a..482bb13 100644 --- a/.github/workflows/stable-spearhead.yml +++ b/.github/workflows/stable-spearhead.yml @@ -17,7 +17,7 @@ on: jobs: build: - runs-on: [self-hosted, macOS, ARM64] + runs-on: macos-14 env: APP_NAME: VSCodium ASSETS_REPOSITORY: ${{ github.repository }}