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:
|
||||
fail-fast: false
|
||||
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 }}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user