Browse Source

Re-enable darwin build

Shelley Vohr 1 year ago
parent
commit
a7ff541de3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/macos-build.yml

+ 2 - 2
.github/workflows/macos-build.yml

@@ -145,7 +145,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        build-type: [mas]
+        build-type: [darwin, mas]
     env:
       BUILD_TYPE: ${{ matrix.build-type }}
     steps:
@@ -467,7 +467,7 @@ jobs:
     needs: build
     strategy:
       matrix:
-        build-type: [mas]
+        build-type: [darwin, mas]
     env:
       BUILD_TYPE: ${{ matrix.build-type }}
     steps: