diff --git a/.github/workflows/make_installer.yml b/.github/workflows/make_installer.yml index 32ab057..7cc4b4a 100644 --- a/.github/workflows/make_installer.yml +++ b/.github/workflows/make_installer.yml @@ -6,7 +6,7 @@ on: types: [published] env: - GCC_DOWNLOAD: "https://github.com/brechtsanders/winlibs_mingw/releases/download/10.3.0-12.0.0-9.0.0-r2/winlibs-x86_64-posix-seh-gcc-10.3.0-mingw-w64-9.0.0-r2.zip" + GCC_DOWNLOAD: "https://github.com/brechtsanders/winlibs_mingw/releases/download/11.2.0-9.0.0-msvcrt-r6/winlibs-x86_64-posix-seh-gcc-11.2.0-mingw-w64-9.0.0-r6.zip" GIT_DOWNLOAD: "https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.1-64-bit.zip" FPM_DOWNLOAD: "https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0-windows-x86_64.exe" ENVAR_DOWNLOAD: "https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip" @@ -98,4 +98,4 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: quickstart-fortran-installer.exe tag: ${{ github.ref }} - overwrite: true \ No newline at end of file + overwrite: true