Skip to content

Commit 2593736

Browse files
committed
Bump to Ubuntu 22.04
1 parent d0e3de1 commit 2593736

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
node-version: [18, 20, 22]
65-
os: [ubuntu-20.04, macos-13, macos-14, windows-2019]
65+
os: [ubuntu-22.04, macos-13, macos-14, windows-2019]
6666

6767
name: Test for node-${{ matrix.node-version }} on ${{ matrix.os }}
6868
runs-on: ${{ matrix.os }}

.github/workflows/package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27-
- os: ubuntu-20.04
27+
- os: ubuntu-22.04
2828
arch: linux-x64-glibc
2929
- os: ubuntu-22.04-arm
3030
arch: linux-arm64-glibc
@@ -66,9 +66,9 @@ jobs:
6666
strategy:
6767
matrix:
6868
include:
69-
- os: ubuntu-20.04
69+
- os: ubuntu-22.04
7070
arch: x64
71-
- os: ubuntu-22.04-arm
71+
- os: buildjet-2vcpu-ubuntu-2204-arm
7272
arch: arm64
7373

7474
name: Build for linux-${{ matrix.arch }}-musl

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
include:
28-
- os: ubuntu-20.04
28+
- os: ubuntu-22.04
2929
arch: linux-x64-glibc
3030
- os: ubuntu-22.04-arm
3131
arch: linux-arm64-glibc
@@ -67,9 +67,9 @@ jobs:
6767
strategy:
6868
matrix:
6969
include:
70-
- os: ubuntu-20.04
70+
- os: ubuntu-22.04
7171
arch: x64
72-
- os: ubuntu-22.04-arm
72+
- os: buildjet-2vcpu-ubuntu-2204-arm
7373
arch: arm64
7474

7575
name: Build for linux-${{ matrix.arch }}-musl

0 commit comments

Comments
 (0)