PR checks: Remove code for unsupported versions
This commit is contained in:
parent
93da9f25ab
commit
bd76a92ebe
53 changed files with 4 additions and 280 deletions
5
.github/workflows/__all-platform-bundle.yml
generated
vendored
5
.github/workflows/__all-platform-bundle.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__analyze-ref-input.yml
generated
vendored
5
.github/workflows/__analyze-ref-input.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__autobuild-action.yml
generated
vendored
5
.github/workflows/__autobuild-action.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__autobuild-direct-tracing-with-working-dir.yml
generated
vendored
5
.github/workflows/__autobuild-direct-tracing-with-working-dir.yml
generated
vendored
|
|
@ -42,11 +42,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__autobuild-direct-tracing.yml
generated
vendored
5
.github/workflows/__autobuild-direct-tracing.yml
generated
vendored
|
|
@ -42,11 +42,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__build-mode-autobuild.yml
generated
vendored
5
.github/workflows/__build-mode-autobuild.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__build-mode-manual.yml
generated
vendored
5
.github/workflows/__build-mode-manual.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__build-mode-none.yml
generated
vendored
5
.github/workflows/__build-mode-none.yml
generated
vendored
|
|
@ -38,11 +38,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__build-mode-rollback.yml
generated
vendored
5
.github/workflows/__build-mode-rollback.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__cleanup-db-cluster-dir.yml
generated
vendored
5
.github/workflows/__cleanup-db-cluster-dir.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__config-export.yml
generated
vendored
5
.github/workflows/__config-export.yml
generated
vendored
|
|
@ -46,11 +46,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__config-input.yml
generated
vendored
5
.github/workflows/__config-input.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__cpp-deptrace-disabled.yml
generated
vendored
5
.github/workflows/__cpp-deptrace-disabled.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__cpp-deptrace-enabled-on-macos.yml
generated
vendored
5
.github/workflows/__cpp-deptrace-enabled-on-macos.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__cpp-deptrace-enabled.yml
generated
vendored
5
.github/workflows/__cpp-deptrace-enabled.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__diagnostics-export.yml
generated
vendored
5
.github/workflows/__diagnostics-export.yml
generated
vendored
|
|
@ -46,11 +46,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__export-file-baseline-information.yml
generated
vendored
5
.github/workflows/__export-file-baseline-information.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__extract-direct-to-toolcache.yml
generated
vendored
5
.github/workflows/__extract-direct-to-toolcache.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__extractor-ram-threads.yml
generated
vendored
5
.github/workflows/__extractor-ram-threads.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__go-custom-queries.yml
generated
vendored
5
.github/workflows/__go-custom-queries.yml
generated
vendored
|
|
@ -38,11 +38,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml
generated
vendored
5
.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml
generated
vendored
5
.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__go-indirect-tracing-workaround.yml
generated
vendored
5
.github/workflows/__go-indirect-tracing-workaround.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__go-tracing-autobuilder.yml
generated
vendored
5
.github/workflows/__go-tracing-autobuilder.yml
generated
vendored
|
|
@ -66,11 +66,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__go-tracing-custom-build-steps.yml
generated
vendored
5
.github/workflows/__go-tracing-custom-build-steps.yml
generated
vendored
|
|
@ -66,11 +66,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__go-tracing-legacy-workflow.yml
generated
vendored
5
.github/workflows/__go-tracing-legacy-workflow.yml
generated
vendored
|
|
@ -66,11 +66,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__init-with-registries.yml
generated
vendored
5
.github/workflows/__init-with-registries.yml
generated
vendored
|
|
@ -53,11 +53,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__javascript-source-root.yml
generated
vendored
5
.github/workflows/__javascript-source-root.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__job-run-uuid-sarif.yml
generated
vendored
5
.github/workflows/__job-run-uuid-sarif.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__language-aliases.yml
generated
vendored
5
.github/workflows/__language-aliases.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__multi-language-autodetect.yml
generated
vendored
5
.github/workflows/__multi-language-autodetect.yml
generated
vendored
|
|
@ -66,11 +66,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__packaging-codescanning-config-inputs-js.yml
generated
vendored
5
.github/workflows/__packaging-codescanning-config-inputs-js.yml
generated
vendored
|
|
@ -52,11 +52,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__packaging-config-inputs-js.yml
generated
vendored
5
.github/workflows/__packaging-config-inputs-js.yml
generated
vendored
|
|
@ -52,11 +52,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__packaging-config-js.yml
generated
vendored
5
.github/workflows/__packaging-config-js.yml
generated
vendored
|
|
@ -52,11 +52,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__packaging-inputs-js.yml
generated
vendored
5
.github/workflows/__packaging-inputs-js.yml
generated
vendored
|
|
@ -52,11 +52,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__remote-config.yml
generated
vendored
5
.github/workflows/__remote-config.yml
generated
vendored
|
|
@ -38,11 +38,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__resolve-environment-action.yml
generated
vendored
5
.github/workflows/__resolve-environment-action.yml
generated
vendored
|
|
@ -52,11 +52,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__rubocop-multi-language.yml
generated
vendored
5
.github/workflows/__rubocop-multi-language.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__ruby.yml
generated
vendored
5
.github/workflows/__ruby.yml
generated
vendored
|
|
@ -46,11 +46,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__split-workflow.yml
generated
vendored
5
.github/workflows/__split-workflow.yml
generated
vendored
|
|
@ -46,11 +46,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__start-proxy.yml
generated
vendored
5
.github/workflows/__start-proxy.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__submit-sarif-failure.yml
generated
vendored
5
.github/workflows/__submit-sarif-failure.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__swift-autobuild.yml
generated
vendored
5
.github/workflows/__swift-autobuild.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__swift-custom-build.yml
generated
vendored
5
.github/workflows/__swift-custom-build.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__test-autobuild-working-dir.yml
generated
vendored
5
.github/workflows/__test-autobuild-working-dir.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__test-local-codeql.yml
generated
vendored
5
.github/workflows/__test-local-codeql.yml
generated
vendored
|
|
@ -36,11 +36,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__test-proxy.yml
generated
vendored
5
.github/workflows/__test-proxy.yml
generated
vendored
|
|
@ -50,11 +50,6 @@ jobs:
|
||||||
apt-add-repository https://cli.github.com/packages
|
apt-add-repository https://cli.github.com/packages
|
||||||
apt install -y gh
|
apt install -y gh
|
||||||
env: {}
|
env: {}
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__unset-environment.yml
generated
vendored
5
.github/workflows/__unset-environment.yml
generated
vendored
|
|
@ -38,11 +38,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__upload-ref-sha-input.yml
generated
vendored
5
.github/workflows/__upload-ref-sha-input.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__with-checkout-path.yml
generated
vendored
5
.github/workflows/__with-checkout-path.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__zstd-bundle-streaming.yml
generated
vendored
5
.github/workflows/__zstd-bundle-streaming.yml
generated
vendored
|
|
@ -38,11 +38,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
5
.github/workflows/__zstd-bundle.yml
generated
vendored
5
.github/workflows/__zstd-bundle.yml
generated
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python on macOS
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
|
|
|
||||||
|
|
@ -80,32 +80,16 @@ for file in (this_dir / 'checks').glob('*.yml'):
|
||||||
if is_os_and_version_excluded(operatingSystem, version, excludedOsesAndVersions):
|
if is_os_and_version_excluded(operatingSystem, version, excludedOsesAndVersions):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Prior to CLI v2.15.1, ARM runners were not supported by the build tracer.
|
matrix.append({
|
||||||
# "macos-latest" is now an ARM runner, so we run tests on the old CLIs on Intel runners instead.
|
'os': runnerImage,
|
||||||
if version in ["stable-v2.14.6"] and runnerImage == "macos-latest":
|
'version': version
|
||||||
matrix.append({
|
})
|
||||||
'os': "macos-13",
|
|
||||||
'version': version
|
|
||||||
})
|
|
||||||
else:
|
|
||||||
matrix.append({
|
|
||||||
'os': runnerImage,
|
|
||||||
'version': version
|
|
||||||
})
|
|
||||||
|
|
||||||
useAllPlatformBundle = "false" # Default to false
|
useAllPlatformBundle = "false" # Default to false
|
||||||
if checkSpecification.get('useAllPlatformBundle'):
|
if checkSpecification.get('useAllPlatformBundle'):
|
||||||
useAllPlatformBundle = checkSpecification['useAllPlatformBundle']
|
useAllPlatformBundle = checkSpecification['useAllPlatformBundle']
|
||||||
|
|
||||||
steps = [
|
steps = [
|
||||||
{
|
|
||||||
'name': 'Setup Python on macOS',
|
|
||||||
'uses': 'actions/setup-python@v5',
|
|
||||||
'if': "runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'",
|
|
||||||
'with': {
|
|
||||||
'python-version': '3.11'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'name': 'Check out repository',
|
'name': 'Check out repository',
|
||||||
'uses': 'actions/checkout@v4'
|
'uses': 'actions/checkout@v4'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue