Skip to content

Commit 43a65de

Browse files
committed
Update GCC
1 parent d68eae0 commit 43a65de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
arch: 'win64_mingw'
5959
cache: true
6060

61-
- name: Install GCC 11.2.0
62-
uses: egor-tensin/setup-mingw@v2.2.0
61+
- name: Install GCC 15.2.0
62+
uses: egor-tensin/setup-mingw@v3
6363
with:
64-
version: 11.2.0
64+
version: 15.2.0
6565

6666
- name: Set Debug Flags
6767
if: inputs.build_type == 'Debug'

0 commit comments

Comments
 (0)