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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- os: macos-latest
|
||||||
|
version: linked
|
||||||
|
- os: windows-latest
|
||||||
|
version: linked
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
version: linked
|
version: linked
|
||||||
name: Zstandard bundle fallback
|
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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- os: macos-latest
|
||||||
|
version: linked
|
||||||
|
- os: windows-latest
|
||||||
|
version: linked
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
version: linked
|
version: linked
|
||||||
name: Zstandard bundle
|
name: Zstandard bundle
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@ description: "Tests the fallback for when downloading a Zstandard-compressed Cod
|
||||||
versions:
|
versions:
|
||||||
- linked
|
- linked
|
||||||
operatingSystems:
|
operatingSystems:
|
||||||
|
- macos
|
||||||
|
- windows
|
||||||
- ubuntu
|
- ubuntu
|
||||||
env:
|
env:
|
||||||
CODEQL_ACTION_ZSTD_BUNDLE: true
|
CODEQL_ACTION_ZSTD_BUNDLE: true
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@ description: "Tests the feature flag that downloads a Zstandard-compressed CodeQ
|
||||||
versions:
|
versions:
|
||||||
- linked
|
- linked
|
||||||
operatingSystems:
|
operatingSystems:
|
||||||
|
- macos
|
||||||
|
- windows
|
||||||
- ubuntu
|
- ubuntu
|
||||||
env:
|
env:
|
||||||
CODEQL_ACTION_ZSTD_BUNDLE: true
|
CODEQL_ACTION_ZSTD_BUNDLE: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue