diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index d81ebb5..3314a13 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -273,19 +273,7 @@ jobs: matrix: config: - { - name: "Windows Latest MSVC", artifact: "Windows-MSVC.7z", - os: ubuntu-latest - } - - { - name: "Windows Latest MinGW", artifact: "Windows-MinGW.7z", - os: ubuntu-latest - } - - { - name: "Ubuntu Latest GCC", artifact: "Linux.7z", - os: ubuntu-latest - } - - { - name: "macOS Latest Clang", artifact: "macOS.7z", + name: "Ubuntu Latest GCC", artifact: "rp2040-vult.7z", os: ubuntu-latest } needs: release