diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 96a2a1e..3fc0934 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -506,17 +506,17 @@ jobs: - { name: "Windows", artifact: "$ENV{PRODUCT_NAME}-PRODUCT_VERSION-windows.exe", - os: windows-2019 + os: ubuntu-latest } - { name: "Linux", artifact: "$ENV{PRODUCT_NAME}-PRODUCT_VERSION-linux.AppImage", - os: ubuntu-18.04 + os: ubuntu-latest } - { name: "macOS", artifact: "$ENV{PRODUCT_NAME}-PRODUCT_VERSION-osx.dmg", - os: macos-10.15 + os: ubuntu-latest } needs: release