Skip to content

Commit 07b3c4a

Browse files
committed
Restore Linux and macOS builds
1 parent d5aa170 commit 07b3c4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414

1515
jobs:
1616
linux:
17-
if: false
1817
runs-on: ubuntu-${{ matrix.os }}${{ matrix.arch == 'arm64' && '-arm' || '' }}
1918
strategy:
2019
fail-fast: false
@@ -220,7 +219,6 @@ jobs:
220219
if-no-files-found: error
221220

222221
mac:
223-
if: false
224222
runs-on: ${{ matrix.os }}
225223
env:
226224
CMAKE_BUILD_PARALLEL_LEVEL: ${{ matrix.os == 'macos-13' && 4 || 3 }}

0 commit comments

Comments
 (0)