Skip to content

Commit 5438e94

Browse files
committed
remove ubuntu 20
1 parent 67395c8 commit 5438e94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- os: ubuntu-22.04
4343
node: 22
4444
binary: linux-x64-glibc-127
45-
- os: ubuntu-20.04
45+
- os: ubuntu-22.04
4646
node: 24
4747
binary: linux-x64-glibc-137
4848

@@ -59,7 +59,7 @@ jobs:
5959
container: node:22-alpine3.18
6060
node: 22
6161
binary: linux-x64-musl-127
62-
- os: ubuntu-20.04
62+
- os: ubuntu-22.04
6363
container: node:24-alpine3.20
6464
node: 24
6565
binary: linux-x64-musl-137
@@ -77,7 +77,7 @@ jobs:
7777
arch: arm64
7878
node: 22
7979
binary: linux-arm64-glibc-127
80-
- os: ubuntu-20.04
80+
- os: ubuntu-22.04
8181
arch: arm64
8282
node: 24
8383
binary: linux-arm64-glibc-137
@@ -98,7 +98,7 @@ jobs:
9898
container: node:22-alpine3.18
9999
node: 22
100100
binary: linux-arm64-musl-127
101-
- os: ubuntu-20.04
101+
- os: ubuntu-22.04
102102
arch: arm64
103103
container: node:24-alpine3.20
104104
node: 24

0 commit comments

Comments
 (0)