File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
strategy :
13
13
matrix :
14
- os : [ubuntu-latest, macos-latest , windows-latest]
14
+ os : [ubuntu-latest, macos-13 , windows-latest]
15
15
version : [
16
16
{ node: 20.14.0, electron: 31.1.0, openssl: 1.1.1w }
17
17
]
59
59
make install
60
60
61
61
- name : Setup (macos)
62
- if : matrix.os == 'macos-latest '
62
+ if : matrix.os == 'macos-13 '
63
63
run : |
64
64
echo "npm_config_openssl_dir=/usr/local/opt/[email protected] " >> "$GITHUB_ENV"
65
65
89
89
npx node-pre-gyp-github publish
90
90
91
91
- name : Setup (macos M1)
92
- if : matrix.os == 'macos-latest '
92
+ if : matrix.os == 'macos-13 '
93
93
run : |
94
94
brew install grep
95
95
brew uninstall --ignore-dependencies [email protected]
98
98
brew install "$FILE"
99
99
100
100
- name : Install (macos M1)
101
- if : matrix.os == 'macos-latest '
101
+ if : matrix.os == 'macos-13 '
102
102
env :
103
103
CC : clang
104
104
CXX : clang++
@@ -109,7 +109,7 @@ jobs:
109
109
run : npm ci --arch=arm64 --runtime=electron --target=${{ matrix.version.electron }} --target_arch=arm64 --disturl=https://electronjs.org/headers --build_from_source=true
110
110
111
111
- name : Deploy (macos M1)
112
- if : matrix.os == 'macos-latest '
112
+ if : matrix.os == 'macos-13 '
113
113
env :
114
114
NODE_PRE_GYP_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
115
115
run : |
You can’t perform that action at this time.
0 commit comments