diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-09 18:56:32 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-10 12:19:15 +0200 |
commit | d77237ca5d717b7e00e8b6517cd2c32d7c21fa74 (patch) | |
tree | 478dc1c4f14d5b913b5fd06e79920a9b59a99157 /.github/workflows/build.yml | |
parent | 211d596fddaf75ccd8faf1040bef583b0d6c0bfa (diff) | |
download | PrismLauncher-d77237ca5d717b7e00e8b6517cd2c32d7c21fa74.tar.gz PrismLauncher-d77237ca5d717b7e00e8b6517cd2c32d7c21fa74.tar.bz2 PrismLauncher-d77237ca5d717b7e00e8b6517cd2c32d7c21fa74.zip |
refactor(actions): rename Windows builds
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbf0d82a..5b8e5365 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,12 +26,12 @@ jobs: qt_modules: 'qt5compat qtimageformats' - os: windows-2022 - name: "Windows-i686-Legacy" + name: "Windows-Legacy" msystem: mingw32 qt_ver: 5 - os: windows-2022 - name: "Windows-i686" + name: "Windows" msystem: mingw32 qt_ver: 6 |