File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 53
53
cpp_arch : x64
54
54
zmq_draft : false
55
55
56
- - os : macos-13
56
+ - os : macos-14
57
57
node_version : 18
58
- node_arch : x64
58
+ node_arch : arm64
59
59
ARCH : arm64
60
60
cpp_arch : amd64_arm64
61
61
zmq_draft : false
@@ -174,13 +174,3 @@ jobs:
174
174
pnpm install -g electron@latest
175
175
xvfb-run --auto-servernum pnpm run test.electron.main
176
176
continue-on-error : true
177
-
178
- - name : Tests + GC Tests (Release)
179
- if : ${{ !matrix.docker }}
180
- uses : nick-fields/retry@v3
181
- with :
182
- timeout_minutes : 5
183
- max_attempts : 1
184
- command : |
185
- pnpm run test
186
- continue-on-error : true
Original file line number Diff line number Diff line change 4
4
#! Install arm-brew on x86 MacOS Arm
5
5
#! Based on https://github.com/Homebrew/discussions/discussions/2843#discussioncomment-2243610
6
6
7
- bottle_tag=" arm64_big_sur " # Macos 11 is big sure
7
+ bottle_tag=" arm64_sonoma " # Macos 14
8
8
dependencies=" libsodium"
9
9
10
10
mkdir -p ~ /arm-target/bin
You can’t perform that action at this time.
0 commit comments