Run zstd checks against all operating systems

This commit is contained in:
Henry Mercer 2024-09-24 17:21:26 +01:00
parent 37309b9318
commit fa91789e81
4 changed files with 12 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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