Skip to content

Commit 390a3e3

Browse files
authored
Merge pull request #5 from LKedward/gcc-11
Update CI process with winlibs gcc 11.2.0
2 parents fb0e9bd + 74798f1 commit 390a3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make_installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [published]
77

88
env:
9-
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"
9+
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"
1010
GIT_DOWNLOAD: "https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.1-64-bit.zip"
1111
FPM_DOWNLOAD: "https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0-windows-x86_64.exe"
1212
ENVAR_DOWNLOAD: "https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip"
@@ -98,4 +98,4 @@ jobs:
9898
repo_token: ${{ secrets.GITHUB_TOKEN }}
9999
file: quickstart-fortran-installer.exe
100100
tag: ${{ github.ref }}
101-
overwrite: true
101+
overwrite: true

0 commit comments

Comments
 (0)