Skip to content

Commit fb6a6db

Browse files
Merge pull request nodegit#1971 from ianhattendorf/bump/openssl/1.1.1t
Bump OpenSSL to 1.1.1t
2 parents 4de604f + 7f42bf0 commit fb6a6db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
matrix:
9999
node: [12, 14, 16]
100-
runs-on: macOS-11
100+
runs-on: macOS-12
101101
# This is mostly the same as the Linux steps, waiting for anchor support
102102
# https://github.com/actions/runner/issues/1182
103103
steps:

utils/acquireOpenSSL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const pipeline = promisify(stream.pipeline);
1616

1717
const packageJson = require('../package.json')
1818

19-
const OPENSSL_VERSION = "1.1.1s";
19+
const OPENSSL_VERSION = "1.1.1t";
2020
const win32BatPath = path.join(__dirname, "build-openssl.bat");
2121
const vendorPath = path.resolve(__dirname, "..", "vendor");
2222
const opensslPatchPath = path.join(vendorPath, "patches", "openssl");

0 commit comments

Comments
 (0)