mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Ripunzip: build on older ubuntu
This commit is contained in:
5
.github/workflows/build-ripunzip.yml
vendored
5
.github/workflows/build-ripunzip.yml
vendored
@@ -46,7 +46,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-24.04, macos-15, windows-2025]
|
os:
|
||||||
|
- ubuntu-22.04 # keep at lowest supported ubuntu version for broader glibc compatibility
|
||||||
|
- macos-15
|
||||||
|
- windows-2025
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user