We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4de604f + 7f42bf0 commit fb6a6dbCopy full SHA for fb6a6db
2 files changed
.github/workflows/tests.yml
@@ -97,7 +97,7 @@ jobs:
97
strategy:
98
matrix:
99
node: [12, 14, 16]
100
- runs-on: macOS-11
+ runs-on: macOS-12
101
# This is mostly the same as the Linux steps, waiting for anchor support
102
# https://github.com/actions/runner/issues/1182
103
steps:
utils/acquireOpenSSL.js
@@ -16,7 +16,7 @@ const pipeline = promisify(stream.pipeline);
16
17
const packageJson = require('../package.json')
18
19
-const OPENSSL_VERSION = "1.1.1s";
+const OPENSSL_VERSION = "1.1.1t";
20
const win32BatPath = path.join(__dirname, "build-openssl.bat");
21
const vendorPath = path.resolve(__dirname, "..", "vendor");
22
const opensslPatchPath = path.join(vendorPath, "patches", "openssl");
0 commit comments