Run zstd checks against all operating systems
This commit is contained in:
parent
37309b9318
commit
fa91789e81
4 changed files with 12 additions and 0 deletions
4
.github/workflows/__zstd-bundle-fallback.yml
generated
vendored
4
.github/workflows/__zstd-bundle-fallback.yml
generated
vendored
|
|
@ -27,6 +27,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: macos-latest
|
||||
version: linked
|
||||
- os: windows-latest
|
||||
version: linked
|
||||
- os: ubuntu-latest
|
||||
version: linked
|
||||
name: Zstandard bundle fallback
|
||||
|
|
|
|||
4
.github/workflows/__zstd-bundle.yml
generated
vendored
4
.github/workflows/__zstd-bundle.yml
generated
vendored
|
|
@ -27,6 +27,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: macos-latest
|
||||
version: linked
|
||||
- os: windows-latest
|
||||
version: linked
|
||||
- os: ubuntu-latest
|
||||
version: linked
|
||||
name: Zstandard bundle
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ description: "Tests the fallback for when downloading a Zstandard-compressed Cod
|
|||
versions:
|
||||
- linked
|
||||
operatingSystems:
|
||||
- macos
|
||||
- windows
|
||||
- ubuntu
|
||||
env:
|
||||
CODEQL_ACTION_ZSTD_BUNDLE: true
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ description: "Tests the feature flag that downloads a Zstandard-compressed CodeQ
|
|||
versions:
|
||||
- linked
|
||||
operatingSystems:
|
||||
- macos
|
||||
- windows
|
||||
- ubuntu
|
||||
env:
|
||||
CODEQL_ACTION_ZSTD_BUNDLE: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue