Skip to content

Commit a44f71f

Browse files
committed
fix: use redhat/ubi8 image for linux build
1 parent 2e216ec commit a44f71f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,11 @@ jobs:
7676
- os: macos-12
7777
target: macos
7878
node: 20
79-
# Using the `centos7-devtoolset7` runner instead of latest (i.e. `ubuntu-20.04`)
80-
# with gcc 7 but glibc 2.17, so binaries are compatible for Ubuntu 14.04 and Debian 8.
8179
- os: ubuntu-20.04
8280
target: linux
83-
node: 16
81+
node: 20
8482
container:
85-
image: centos/devtoolset-7-toolchain-centos7:7
83+
image: redhat/ubi8
8684
options: "--user root"
8785
runs-on: ${{ matrix.os }}
8886
container: ${{ matrix.container }}

0 commit comments

Comments
 (0)