Browse Source

Fix aab generation CI

Ivan Savenko 1 year ago
parent
commit
2ff08b42fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/github.yml

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

@@ -398,7 +398,7 @@ jobs:
 
   deploy-src:
     if: always() && github.ref == 'refs/heads/master'
-    runs-on: ubuntu-latest
+    runs-on: macos-14
     defaults:
       run:
         shell: bash