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

View file

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

View file

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

View file

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