Update PR checks
This commit is contained in:
parent
8f1e24411b
commit
2f0d0eaebd
45 changed files with 139 additions and 368 deletions
8
.github/workflows/__config-input.yml
generated
vendored
8
.github/workflows/__config-input.yml
generated
vendored
|
|
@ -41,9 +41,7 @@ jobs:
|
|||
if: >-
|
||||
matrix.os == 'macos-latest' && (
|
||||
|
||||
matrix.version == 'stable-20221211' ||
|
||||
|
||||
matrix.version == 'stable-20230418' ||
|
||||
matrix.version == 'stable-20230403' ||
|
||||
|
||||
matrix.version == 'stable-v2.13.5' ||
|
||||
|
||||
|
|
@ -58,10 +56,6 @@ jobs:
|
|||
with:
|
||||
version: ${{ matrix.version }}
|
||||
use-all-platform-bundle: 'false'
|
||||
- name: Set environment variable for Swift enablement
|
||||
if: runner.os != 'Windows' && matrix.version == '20221211'
|
||||
shell: bash
|
||||
run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV
|
||||
- name: Copy queries into workspace
|
||||
run: |
|
||||
cp -a ../action/queries .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue