diff --git a/.github/workflows/__all-platform-bundle.yml b/.github/workflows/__all-platform-bundle.yml index d6fbb9d430..7439f7e16c 100644 --- a/.github/workflows/__all-platform-bundle.yml +++ b/.github/workflows/__all-platform-bundle.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index b54ddeadde..3047b9d73f 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__autobuild-action.yml b/.github/workflows/__autobuild-action.yml index 118e29449e..497f668a08 100644 --- a/.github/workflows/__autobuild-action.yml +++ b/.github/workflows/__autobuild-action.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__autobuild-direct-tracing-with-working-dir.yml b/.github/workflows/__autobuild-direct-tracing-with-working-dir.yml index f26cb36b44..4ee53ef132 100644 --- a/.github/workflows/__autobuild-direct-tracing-with-working-dir.yml +++ b/.github/workflows/__autobuild-direct-tracing-with-working-dir.yml @@ -42,11 +42,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__autobuild-direct-tracing.yml b/.github/workflows/__autobuild-direct-tracing.yml index 83c1976ebd..964f53fd6b 100644 --- a/.github/workflows/__autobuild-direct-tracing.yml +++ b/.github/workflows/__autobuild-direct-tracing.yml @@ -42,11 +42,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__build-mode-autobuild.yml b/.github/workflows/__build-mode-autobuild.yml index 362b78cfb4..3c934442c6 100644 --- a/.github/workflows/__build-mode-autobuild.yml +++ b/.github/workflows/__build-mode-autobuild.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__build-mode-manual.yml b/.github/workflows/__build-mode-manual.yml index d846da36d8..74252c9966 100644 --- a/.github/workflows/__build-mode-manual.yml +++ b/.github/workflows/__build-mode-manual.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__build-mode-none.yml b/.github/workflows/__build-mode-none.yml index 80a7a90e73..a9ce123f97 100644 --- a/.github/workflows/__build-mode-none.yml +++ b/.github/workflows/__build-mode-none.yml @@ -38,11 +38,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__build-mode-rollback.yml b/.github/workflows/__build-mode-rollback.yml index 3e232144cc..5457a02d59 100644 --- a/.github/workflows/__build-mode-rollback.yml +++ b/.github/workflows/__build-mode-rollback.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__cleanup-db-cluster-dir.yml b/.github/workflows/__cleanup-db-cluster-dir.yml index 2851f99f0e..b6abe761a8 100644 --- a/.github/workflows/__cleanup-db-cluster-dir.yml +++ b/.github/workflows/__cleanup-db-cluster-dir.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__config-export.yml b/.github/workflows/__config-export.yml index b23cb43a8f..76b7b9037d 100644 --- a/.github/workflows/__config-export.yml +++ b/.github/workflows/__config-export.yml @@ -46,11 +46,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__config-input.yml b/.github/workflows/__config-input.yml index 0337aeac8b..1b419aee7b 100644 --- a/.github/workflows/__config-input.yml +++ b/.github/workflows/__config-input.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__cpp-deptrace-disabled.yml b/.github/workflows/__cpp-deptrace-disabled.yml index d38f04063a..17aa07c8bc 100644 --- a/.github/workflows/__cpp-deptrace-disabled.yml +++ b/.github/workflows/__cpp-deptrace-disabled.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml index 544fe2ab22..60997a9172 100644 --- a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml +++ b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__cpp-deptrace-enabled.yml b/.github/workflows/__cpp-deptrace-enabled.yml index 3e93548d54..ce9087f095 100644 --- a/.github/workflows/__cpp-deptrace-enabled.yml +++ b/.github/workflows/__cpp-deptrace-enabled.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__diagnostics-export.yml b/.github/workflows/__diagnostics-export.yml index c0d2027b87..53014cf36c 100644 --- a/.github/workflows/__diagnostics-export.yml +++ b/.github/workflows/__diagnostics-export.yml @@ -46,11 +46,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index b44e5b0859..e6e38ef8a9 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__extract-direct-to-toolcache.yml b/.github/workflows/__extract-direct-to-toolcache.yml index 1e4c2443f0..32727c997b 100644 --- a/.github/workflows/__extract-direct-to-toolcache.yml +++ b/.github/workflows/__extract-direct-to-toolcache.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__extractor-ram-threads.yml b/.github/workflows/__extractor-ram-threads.yml index 46d46ec8cf..1c38060832 100644 --- a/.github/workflows/__extractor-ram-threads.yml +++ b/.github/workflows/__extractor-ram-threads.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index f921835d06..927b2b88b6 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -38,11 +38,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml index 2f7caf34b7..27f1ac7eb7 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml index 03d48d86d0..471fc64978 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__go-indirect-tracing-workaround.yml b/.github/workflows/__go-indirect-tracing-workaround.yml index b5924bca17..62459c3eb6 100644 --- a/.github/workflows/__go-indirect-tracing-workaround.yml +++ b/.github/workflows/__go-indirect-tracing-workaround.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index a430ddd26c..20caf17005 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -66,11 +66,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index bd2af96bc7..f5dc2333b7 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -66,11 +66,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index 1f7bee078b..4baab11718 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -66,11 +66,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__init-with-registries.yml b/.github/workflows/__init-with-registries.yml index 776215bf30..f19328aab7 100644 --- a/.github/workflows/__init-with-registries.yml +++ b/.github/workflows/__init-with-registries.yml @@ -53,11 +53,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__javascript-source-root.yml b/.github/workflows/__javascript-source-root.yml index 31cdaa85c0..04d93978ee 100644 --- a/.github/workflows/__javascript-source-root.yml +++ b/.github/workflows/__javascript-source-root.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__job-run-uuid-sarif.yml b/.github/workflows/__job-run-uuid-sarif.yml index 6c0abcb779..40ff0cb741 100644 --- a/.github/workflows/__job-run-uuid-sarif.yml +++ b/.github/workflows/__job-run-uuid-sarif.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__language-aliases.yml b/.github/workflows/__language-aliases.yml index 8d25a4d112..a7db4bdf66 100644 --- a/.github/workflows/__language-aliases.yml +++ b/.github/workflows/__language-aliases.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index 5d5c52cac3..1bab334dcf 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -66,11 +66,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__packaging-codescanning-config-inputs-js.yml b/.github/workflows/__packaging-codescanning-config-inputs-js.yml index 3d56a2aa01..15aeeb4171 100644 --- a/.github/workflows/__packaging-codescanning-config-inputs-js.yml +++ b/.github/workflows/__packaging-codescanning-config-inputs-js.yml @@ -52,11 +52,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__packaging-config-inputs-js.yml b/.github/workflows/__packaging-config-inputs-js.yml index 4f26e89a03..e68085be0c 100644 --- a/.github/workflows/__packaging-config-inputs-js.yml +++ b/.github/workflows/__packaging-config-inputs-js.yml @@ -52,11 +52,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__packaging-config-js.yml b/.github/workflows/__packaging-config-js.yml index a1a9ba0c92..dea5d8eae3 100644 --- a/.github/workflows/__packaging-config-js.yml +++ b/.github/workflows/__packaging-config-js.yml @@ -52,11 +52,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__packaging-inputs-js.yml b/.github/workflows/__packaging-inputs-js.yml index 5efe2351ba..cbb91f90dc 100644 --- a/.github/workflows/__packaging-inputs-js.yml +++ b/.github/workflows/__packaging-inputs-js.yml @@ -52,11 +52,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index 3bf2562299..198fdde921 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -38,11 +38,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__resolve-environment-action.yml b/.github/workflows/__resolve-environment-action.yml index 105534d6df..2c6380323d 100644 --- a/.github/workflows/__resolve-environment-action.yml +++ b/.github/workflows/__resolve-environment-action.yml @@ -52,11 +52,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__rubocop-multi-language.yml b/.github/workflows/__rubocop-multi-language.yml index bc0eae2e50..16a6c958d9 100644 --- a/.github/workflows/__rubocop-multi-language.yml +++ b/.github/workflows/__rubocop-multi-language.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__ruby.yml b/.github/workflows/__ruby.yml index 46a12ecac0..441b51981c 100644 --- a/.github/workflows/__ruby.yml +++ b/.github/workflows/__ruby.yml @@ -46,11 +46,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__split-workflow.yml b/.github/workflows/__split-workflow.yml index aaad2a9149..ea72bde861 100644 --- a/.github/workflows/__split-workflow.yml +++ b/.github/workflows/__split-workflow.yml @@ -46,11 +46,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__start-proxy.yml b/.github/workflows/__start-proxy.yml index 2a361ed31e..e66da8bfd9 100644 --- a/.github/workflows/__start-proxy.yml +++ b/.github/workflows/__start-proxy.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__submit-sarif-failure.yml b/.github/workflows/__submit-sarif-failure.yml index 00f56224da..1f4300d630 100644 --- a/.github/workflows/__submit-sarif-failure.yml +++ b/.github/workflows/__submit-sarif-failure.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__swift-autobuild.yml b/.github/workflows/__swift-autobuild.yml index 3c178424dd..9c17dda79c 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index a4a7a8062c..ae3d802250 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__test-autobuild-working-dir.yml b/.github/workflows/__test-autobuild-working-dir.yml index 4904677e0e..144ca2173d 100644 --- a/.github/workflows/__test-autobuild-working-dir.yml +++ b/.github/workflows/__test-autobuild-working-dir.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__test-local-codeql.yml b/.github/workflows/__test-local-codeql.yml index a79d6e9f72..27792efce0 100644 --- a/.github/workflows/__test-local-codeql.yml +++ b/.github/workflows/__test-local-codeql.yml @@ -36,11 +36,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index d2ffe1f6b2..1b2bb68117 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -50,11 +50,6 @@ jobs: apt-add-repository https://cli.github.com/packages apt install -y gh 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index 7ae11bd1e8..3a21054876 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -38,11 +38,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index e956b81651..7483a83621 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__with-checkout-path.yml b/.github/workflows/__with-checkout-path.yml index 82b1d910c6..d054ca0cef 100644 --- a/.github/workflows/__with-checkout-path.yml +++ b/.github/workflows/__with-checkout-path.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__zstd-bundle-streaming.yml b/.github/workflows/__zstd-bundle-streaming.yml index bf4477c0bd..e6fad57086 100644 --- a/.github/workflows/__zstd-bundle-streaming.yml +++ b/.github/workflows/__zstd-bundle-streaming.yml @@ -38,11 +38,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/.github/workflows/__zstd-bundle.yml b/.github/workflows/__zstd-bundle.yml index ac254aaaf3..f45268af84 100644 --- a/.github/workflows/__zstd-bundle.yml +++ b/.github/workflows/__zstd-bundle.yml @@ -40,11 +40,6 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} 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 uses: actions/checkout@v4 - name: Prepare test diff --git a/pr-checks/sync.py b/pr-checks/sync.py index d16ae4551d..13ee591af9 100755 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -80,32 +80,16 @@ def writeHeader(checkStream): if is_os_and_version_excluded(operatingSystem, version, excludedOsesAndVersions): continue - # Prior to CLI v2.15.1, ARM runners were not supported by the build tracer. - # "macos-latest" is now an ARM runner, so we run tests on the old CLIs on Intel runners instead. - if version in ["stable-v2.14.6"] and runnerImage == "macos-latest": - matrix.append({ - 'os': "macos-13", - 'version': version - }) - else: - matrix.append({ - 'os': runnerImage, - 'version': version - }) + matrix.append({ + 'os': runnerImage, + 'version': version + }) useAllPlatformBundle = "false" # Default to false if checkSpecification.get('useAllPlatformBundle'): useAllPlatformBundle = checkSpecification['useAllPlatformBundle'] 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', 'uses': 'actions/checkout@v4'