Skip to content

Commit

Permalink
build: use the oldest distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Aug 31, 2023
1 parent f922bd4 commit c201978
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ jobs:
strategy:
matrix:
include:
- os: windows-2022
- os: windows-2019
target: win
node: 18
- os: macos-latest
- os: macos-11
target: macos
node: 18
# Using the `centos7-devtoolset7` runner instead of latest (i.e. `ubuntu-22.04`)
# Using the `centos7-devtoolset7` runner instead of latest (i.e. `ubuntu-20.04`)
# with gcc 7 but glibc 2.17, so binaries are compatible for Ubuntu 14.04 and Debian 8.
- os: ubuntu-22.04
- os: ubuntu-20.04
target: linux
node: 14
container:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
container: ubuntu:16.04
executable: bright-cli-linux-x64
node: 14
- os: ubuntu-latest
container: fedora:24
executable: bright-cli-linux-x64
node: 14
- os: ubuntu-latest
container: fedora:latest
executable: bright-cli-linux-x64
Expand Down Expand Up @@ -172,6 +176,9 @@ jobs:
- os: ubuntu-latest
container: fedora:latest
node: 18
- os: ubuntu-latest
container: fedora:24
node: 14
exclude:
# TODO: Troubleshoot
- os: windows-latest
Expand Down

0 comments on commit c201978

Please sign in to comment.