Skip to content

Commit 4c6a8a6

Browse files
committed
downgrade runners for now
1 parent a83b098 commit 4c6a8a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-openssl-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
arch: x64
1515
# - os: windows-latest
1616
# arch: arm64
17-
- os: macos-15-intel
17+
- os: macos-13
1818
arch: x64
19-
- os: macos-15
19+
- os: macos-14
2020
arch: arm64
2121
fail-fast: false
2222

@@ -45,11 +45,11 @@ jobs:
4545
- name: Build OpenSSL packages
4646
env:
4747
TARGET_ARCH: ${{ matrix.arch }}
48-
run: node utils/acquireOpenSSL.js
48+
run: node utils/acquireOpenSSL.mjs
4949

5050
- name: Push OpenSSL package to S3
5151
env:
5252
node_pre_gyp_bucket: ${{ secrets.node_pre_gyp_bucket }}
5353
AWS_ACCESS_KEY_ID: ${{ secrets.node_pre_gyp_accessKeyId }}
5454
AWS_SECRET_ACCESS_KEY: ${{ secrets.node_pre_gyp_secretAccessKey }}
55-
run: node utils/uploadOpenSSL.js
55+
run: node utils/uploadOpenSSL.mjs

0 commit comments

Comments
 (0)