diff --git a/.github/workflows/release-basetools.yml b/.github/workflows/release-basetools.yml index d61708b9ad..a286b64f88 100644 --- a/.github/workflows/release-basetools.yml +++ b/.github/workflows/release-basetools.yml @@ -29,11 +29,6 @@ jobs: output_dir: "BaseTools\\Bin\\Win32" target: IA32 - - os: windows-2022 - tool_chain: VS2022 - output_dir: "BaseTools\\Bin\\Win32" - target: ARM - - os: windows-2022 tool_chain: VS2022 output_dir: "BaseTools\\Bin\\Win64" @@ -121,7 +116,6 @@ jobs: mv ${{ runner.temp }}/artifacts/basetools-GCC5-AARCH64 ${{ runner.temp }}/basetools/Linux-ARM-64 ; chmod a+x ${{ runner.temp }}/basetools/Linux-ARM-64/* ; mv ${{ runner.temp }}/artifacts/basetools-VS2022-IA32 ${{ runner.temp }}/basetools/Windows-x86 ; - mv ${{ runner.temp }}/artifacts/basetools-VS2022-ARM ${{ runner.temp }}/basetools/Windows-ARM ; mv ${{ runner.temp }}/artifacts/basetools-VS2022-AARCH64 ${{ runner.temp }}/basetools/Windows-ARM-64 ; - name: Package Files