Forráskód Böngészése

GitHub actions: disable macOS job

Related: https://github.com/urho3d/Urho3D/issues/3046
1vanK 3 éve
szülő
commit
0e384b22ae
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -151,9 +151,9 @@ jobs:
         continue-on-error: ${{ !startsWith(github.ref, 'refs/tags/') }}
   macOS:
     name: 🍏
-    runs-on: macos-10.15
+    runs-on: latest
     needs: init
-    if: needs.init.outputs.skip == '0' && github.event_name != 'repository_dispatch'
+    if: false && needs.init.outputs.skip == '0' && github.event_name != 'repository_dispatch'
     strategy:
       fail-fast: false
       matrix: