We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b9fed commit 67e2763Copy full SHA for 67e2763
.github/workflows/CI.yml
@@ -52,6 +52,10 @@ jobs:
52
os-arch: windows-x86_64
53
release-flags: --flag '--static -g -fbacktrace -O3'
54
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'
59
60
steps:
61
- name: Checkout code
0 commit comments