Skip to content

Commit c0abfee

Browse files
committed
Build GCC 15.1.0
1 parent e2984c2 commit c0abfee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-msys64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright Christopher Kormanyos 2023 - 2024.
2+
# Copyright Christopher Kormanyos 2023 - 2025.
33
# Distributed under The Unlicense.
44

55
name: build-msys64
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
gccversion: [ 14.2.0 ]
20+
gccversion: [ 15.1.0 ]
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: get-nuwen-mingw

.github/workflows/build-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright Christopher Kormanyos 2023 - 2024.
2+
# Copyright Christopher Kormanyos 2023 - 2025.
33
# Distributed under The Unlicense.
44

55
name: build-ubuntu
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
gccversion: [ 14.2.0 ]
20+
gccversion: [ 15.1.0 ]
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:

0 commit comments

Comments
 (0)