Skip to content

Commit 67e2763

Browse files
committed
gcc-15 flags
1 parent d1b9fed commit 67e2763

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
os-arch: windows-x86_64
5353
release-flags: --flag '--static -g -fbacktrace -O3'
5454
exe: .exe
55+
- os: macos-13
56+
os-arch: macos-x86_64
57+
toolchain: {compiler: gcc, version: 15}
58+
release-flags: --flag '-g -fbacktrace -O3 -Wno-external-argument-mismatch'
5559

5660
steps:
5761
- name: Checkout code

0 commit comments

Comments
 (0)