소스 검색

chore: ci

GyDi 2 년 전
부모
커밋
4480ecc96d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/updater.yml

+ 1 - 1
.github/workflows/updater.yml

@@ -4,7 +4,7 @@ on: workflow_dispatch
 
 jobs:
   release-update:
-    runs-on: macos-latest
+    runs-on: ubuntu-latest
     if: startsWith(github.repository, 'zzzgydi')
     steps:
       - name: Checkout repository