We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e216ec commit a44f71fCopy full SHA for a44f71f
.github/workflows/deploy.yml
@@ -76,13 +76,11 @@ jobs:
76
- os: macos-12
77
target: macos
78
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.
81
- os: ubuntu-20.04
82
target: linux
83
- node: 16
+ node: 20
84
container:
85
- image: centos/devtoolset-7-toolchain-centos7:7
+ image: redhat/ubi8
86
options: "--user root"
87
runs-on: ${{ matrix.os }}
88
container: ${{ matrix.container }}
0 commit comments