Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
ci: update stalled Alpine/Linux jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Apr 21, 2023
1 parent 9830bd1 commit 15ec25f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
matrix:
node:
- 14
# Node 16+ are perma-red for the tests right now
# - 16
# - 18
# - 19
- 16
- 18
- 19
- 20

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- node: 14
gcc: "gcc-6"
gpp: "g++-6"
os: ubuntu-18.04
os: ubuntu-20.04
- node: 16
gcc: "gcc-8"
gpp: "g++-8"
os: ubuntu-18.04
os: ubuntu-20.04
- node: 18
gcc: "gcc-8"
gpp: "g++-8"
Expand Down

0 comments on commit 15ec25f

Please sign in to comment.