diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index cdbe0c03b52201..36ae3e27207e37 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -7,7 +7,6 @@ on: required: true type: string free-threading: - description: Whether to use free-threaded mode required: false type: boolean default: false @@ -16,9 +15,6 @@ on: required: true type: string -env: - FORCE_COLOR: 1 - jobs: build_macos: name: build and test (${{ inputs.os }}) diff --git a/.github/workflows/reusable-tsan.yml b/.github/workflows/reusable-tsan.yml index 269f479849f21e..b5144ca3e9efc4 100644 --- a/.github/workflows/reusable-tsan.yml +++ b/.github/workflows/reusable-tsan.yml @@ -18,9 +18,6 @@ on: required: true type: string -env: - FORCE_COLOR: 1 - jobs: build_tsan_reusable: name: 'Thread sanitizer' diff --git a/.github/workflows/reusable-ubuntu.yml b/.github/workflows/reusable-ubuntu.yml index bc0480709127d3..46c542940c8483 100644 --- a/.github/workflows/reusable-ubuntu.yml +++ b/.github/workflows/reusable-ubuntu.yml @@ -12,12 +12,9 @@ on: type: boolean default: false os: - description: OS to run the job - required: true - type: string - -env: - FORCE_COLOR: 1 + description: OS to run the job + required: true + type: string jobs: build_ubuntu_reusable: diff --git a/.github/workflows/reusable-wasi.yml b/.github/workflows/reusable-wasi.yml index 4456b83c8e0032..4356d9c1c8795e 100644 --- a/.github/workflows/reusable-wasi.yml +++ b/.github/workflows/reusable-wasi.yml @@ -7,9 +7,6 @@ on: required: true type: string -env: - FORCE_COLOR: 1 - jobs: build_wasi_reusable: name: 'build and test' diff --git a/.github/workflows/reusable-windows-msi.yml b/.github/workflows/reusable-windows-msi.yml index bc0414d1bbcd8f..a1c45d954247fb 100644 --- a/.github/workflows/reusable-windows-msi.yml +++ b/.github/workflows/reusable-windows-msi.yml @@ -11,9 +11,6 @@ on: permissions: contents: read -env: - FORCE_COLOR: 1 - jobs: build: name: installer for ${{ inputs.arch }} diff --git a/.github/workflows/reusable-windows.yml b/.github/workflows/reusable-windows.yml index bfee3d2722cb44..459d2b29e5d42b 100644 --- a/.github/workflows/reusable-windows.yml +++ b/.github/workflows/reusable-windows.yml @@ -18,7 +18,6 @@ on: default: false env: - FORCE_COLOR: 1 IncludeUwp: >- true