Skip to content

Commit 43f6237

Browse files
committed
build: comment out macos build
1 parent 8bba143 commit 43f6237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
postgres: [14, 15, 16, 17]
4343
box:
4444
- { runner: ubuntu-20.04, arch: amd64 }
45-
- { runner: macos-latest, arch: arm64 }
45+
# - { runner: macos-latest, arch: arm64 }
4646
runs-on: ${{ matrix.box.runner }}
4747
timeout-minutes: 90
4848
steps:

0 commit comments

Comments
 (0)