Browse Source

GitHub actions: disable macOS job

Related: https://github.com/urho3d/Urho3D/issues/3046
1vanK 3 years ago
parent
commit
0e384b22ae
1 changed files with 2 additions and 2 deletions
  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/') }}
         continue-on-error: ${{ !startsWith(github.ref, 'refs/tags/') }}
   macOS:
   macOS:
     name: 🍏
     name: 🍏
-    runs-on: macos-10.15
+    runs-on: latest
     needs: init
     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:
     strategy:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix: