Browse Source

ci: use github runners [skip ci]

Baptiste Augrain 1 year ago
parent
commit
7661574791
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/insider-spearhead.yml
  2. 1 1
      .github/workflows/stable-spearhead.yml

+ 1 - 1
.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

+ 1 - 1
.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 }}