Skip to content

Commit

Permalink
ci: add builds on ubuntu-24.04 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
krische authored Jan 28, 2025
1 parent 18cedf3 commit 679ff3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, ubuntu-20.04, ubuntu-22.04, windows-2019]
os: [macos-13, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019]
node: [12, 13, 14, 15, 16, 17, 19]
steps:
- name: Checkout repository
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, ubuntu-20.04, ubuntu-22.04, windows-2022]
os: [macos-13, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022]
node: [18, 20, 21, 22]
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, ubuntu-20.04, ubuntu-22.04, windows-2019]
os: [macos-13, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019]
node: [12, 13, 14, 15, 16, 17, 19]
steps:
- name: Checkout repository
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, ubuntu-20.04, ubuntu-22.04, windows-2022]
os: [macos-13, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022]
node: [18, 20, 21, 22]
steps:
- name: Checkout repository
Expand Down

0 comments on commit 679ff3f

Please sign in to comment.