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

Commit

Permalink
fix(bin): downgrade ubuntu to 20.04 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa authored Feb 1, 2023
1 parent 01e20da commit 180e600
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,45 +25,45 @@ jobs:
# distributions and container images.

# linux x64 glibc
- os: ubuntu-22.04
- os: ubuntu-20.04
node: 14
- os: ubuntu-22.04
- os: ubuntu-20.04
node: 16
- os: ubuntu-22.04
- os: ubuntu-20.04
node: 18

# linux x64 musl
- os: ubuntu-22.04
- os: ubuntu-20.04
container: node:14-alpine
node: 14
- os: ubuntu-22.04
- os: ubuntu-20.04
container: node:16-alpine
node: 16
- os: ubuntu-22.04
- os: ubuntu-20.04
container: node:18-alpine
node: 18

# linux aarch64 glibc
- os: ubuntu-22.04
- os: ubuntu-20.04
arch: arm64
node: 14
- os: ubuntu-22.04
- os: ubuntu-20.04
arch: arm64
node: 16
- os: ubuntu-22.04
- os: ubuntu-20.04
arch: arm64
node: 18

# linux aarch64 musl
- os: ubuntu-22.04
- os: ubuntu-20.04
container: node:14-alpine
arch: arm64
node: 14
- os: ubuntu-22.04
- os: ubuntu-20.04
container: node:16-alpine
arch: arm64
node: 16
- os: ubuntu-22.04
- os: ubuntu-20.04
arch: arm64
container: node:18-alpine
node: 18
Expand Down

0 comments on commit 180e600

Please sign in to comment.