Browse Source

Downgrade Mac version in CI/CD Pipeline (#2499)

* downgrade mac version in CI

* Delete run-integration-tests.yml
மனோஜ்குமார் பழனிச்சாமி 1 year ago
parent
commit
833bb50fb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run-unit-tests.yml

+ 1 - 1
.github/workflows/run-unit-tests.yml

@@ -21,7 +21,7 @@ env:
 jobs:
   test-on-macos:
     name: Test on macOS
-    runs-on: macos-13
+    runs-on: macos-12
     env:
       INSTALL_DOCKER: "1" # Set to '0' to skip Docker installation
     strategy: