GyDi 2 anni fa
parent
commit
4480ecc96d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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