File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
jobs :
35
35
# build-dylib is a separate job to build the dylib on macOS.
36
36
build-dylib :
37
- runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest' }}
37
+ runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest' }}
38
38
steps :
39
39
# Harden Runner doesn't work on macOS.
40
40
- name : Checkout
@@ -269,9 +269,9 @@ jobs:
269
269
env :
270
270
EV_SIGNING_CERT : ${{ secrets.EV_SIGNING_CERT }}
271
271
272
- - name : Test migrations from current ref to main
273
- run : |
274
- POSTGRES_VERSION=13 make test-migrations
272
+ # - name: Test migrations from current ref to main
273
+ # run: |
274
+ # POSTGRES_VERSION=13 make test-migrations
275
275
276
276
# Setup GCloud for signing Windows binaries.
277
277
- name : Authenticate to Google Cloud
You can’t perform that action at this time.
0 commit comments