소스 검색

ci: use github runners [skip ci]

Baptiste Augrain 1 년 전
부모
커밋
7661574791
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 }}