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.
2 parents 122db1d + 9152cfb commit 0e4c8e6Copy full SHA for 0e4c8e6
.github/workflows/build-alpine.yml
@@ -20,7 +20,7 @@ jobs:
20
zts: false
21
22
name: "ALPINE_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || ''}}"
23
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
24
container:
25
image: 'alpine:3.20.1'
26
timeout-minutes: 45
.github/workflows/build-linux.yml
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || ''}}"
timeout-minutes: ${{ matrix.asan && 360 || 60 }}
services:
0 commit comments