Skip to content

Commit 9165eb7

Browse files
committed
Merge branch 'main' into test-installer
2 parents d0528ae + 677882d commit 9165eb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/make_installer.yml

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

99
env:
10-
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"
11-
GIT_DOWNLOAD: "https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.1-64-bit.zip"
10+
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"
11+
GIT_DOWNLOAD: "https://github.com/git-for-windows/git/releases/download/v2.35.2.windows.1/MinGit-2.35.2-64-bit.zip"
1212
FPM_DOWNLOAD: "https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0-windows-x86_64.exe"
1313
ENVAR_DOWNLOAD: "https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip"
1414

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ __Note: the installer takes a little while to startup due to it size, please be
1313
- Installs locally, __no adminstrator account__ required
1414
- Optionally add everything to the PATH for the local user
1515
- Includes:
16-
- GCC-GFortran 10.3.0
16+
- GCC-GFortran 11.2.0
1717
- Fortran Package Manager v0.5.0
1818
- Git for Windows v2.33.1 (_needed for fpm_)
1919
- OpenBLAS (BLAS/LAPACK) v0.3.17-1
@@ -86,7 +86,7 @@ The installer is built using the [Nullsoft Scriptable Install System](https://ns
8686
See [`quickstart-fortran-installer.nsi`](./quickstart-fortran-installer.nsi) for the configuration file and
8787
[`make_installer.yml`](./.github/workflows/make_installer.yml) for the Github actions workflow.
8888

89-
The GNU Compiler Collection v10.3.0
89+
The GNU Compiler Collection v11.2.0
9090
is sourced from [WinLibs](https://winlibs.com/) based on the [MinGW-w64](https://www.mingw-w64.org/) project linked with MSVCRT.
9191

9292

0 commit comments

Comments
 (0)