Browse Source

[build] Remove matrix osmacos-os for Native builds

Him188 3 years ago
parent
commit
5935e16029
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/build.yml

+ 3 - 3
.github/workflows/build.yml

@@ -333,7 +333,7 @@ jobs:
           - windows-2022
           - ubuntu-20.04
           - ubuntu-18.04
-          - macos-12
+          # - macos-12
           - macos-11
         include:
         - os: windows-2022
@@ -342,8 +342,8 @@ jobs:
           targetName: linuxX64
         - os: ubuntu-18.04
           targetName: linuxX64
-        - os: macos-12
-          targetName: macosX64
+        # - os: macos-12
+        #   targetName: macosX64
         - os: macos-11
           targetName: macosX64
     env: