Skip to content

Commit 06562d6

Browse files
authored
chore: support earlier versions of libstdc++ (#107)
* support earlier versions of libstdc++ * 3.2.1
1 parent 5a8caab commit 06562d6

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
matrix:
9898
os:
9999
- macos-14-xlarge
100-
- ubuntu-24.04
101-
- ubuntu-24.04-arm
100+
- ubuntu-22.04
101+
- ubuntu-22.04-arm
102102
env:
103103
NODE_VERSION: ${{ needs.setup.outputs.NODE_VERSION }}
104104
LIBCURL_RELEASE: ${{ needs.setup.outputs.LIBCURL_RELEASE }}
@@ -177,8 +177,8 @@ jobs:
177177
matrix:
178178
os:
179179
- macos-14-xlarge
180-
- ubuntu-24.04
181-
- ubuntu-24.04-arm
180+
- ubuntu-22.04
181+
- ubuntu-22.04-arm
182182
env:
183183
NODE_VERSION: ${{ needs.setup.outputs.NODE_VERSION }}
184184
ELECTRON_VERSION: ${{ needs.setup.outputs.ELECTRON_VERSION }}

.github/workflows/build-lint-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
matrix:
6767
os:
6868
- macos-14-xlarge
69-
- ubuntu-24.04
70-
- ubuntu-24.04-arm
69+
- ubuntu-22.04
70+
- ubuntu-22.04-arm
7171
env:
7272
NODE_VERSION: ${{ needs.setup.outputs.NODE_VERSION }}
7373
LIBCURL_RELEASE: ${{ needs.setup.outputs.LIBCURL_RELEASE }}
@@ -129,8 +129,8 @@ jobs:
129129
matrix:
130130
os:
131131
- macos-14-xlarge
132-
- ubuntu-24.04
133-
- ubuntu-24.04-arm
132+
- ubuntu-22.04
133+
- ubuntu-22.04-arm
134134
env:
135135
NODE_VERSION: ${{ needs.setup.outputs.NODE_VERSION }}
136136
ELECTRON_VERSION: ${{ needs.setup.outputs.ELECTRON_VERSION }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getinsomnia/node-libcurl",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl",
55
"keywords": [
66
"node-curl",

0 commit comments

Comments
 (0)