Skip to content

Commit eea0e79

Browse files
committed
feat: add ubuntu 24.04 builds for aarch64
1 parent 8f427f6 commit eea0e79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
os: [ubuntu-20.04, ubuntu-22.04]
87+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
8888
node: [18, 19, 20, 21, 22, 23]
8989
exclude:
9090
- os: ubuntu-20.04

.github/workflows/manual-asset-updater.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
os: [ubuntu-20.04, ubuntu-22.04]
95+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
9696
node: [18, 19, 20, 21, 22, 23]
9797
exclude:
9898
- os: ubuntu-20.04

.github/workflows/release-updater.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
strategy:
8989
fail-fast: false
9090
matrix:
91-
os: [ubuntu-20.04, ubuntu-22.04]
91+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
9292
node: [18, 19, 20, 21, 22, 23]
9393
exclude:
9494
- os: ubuntu-20.04

0 commit comments

Comments
 (0)