Skip to content

Commit

Permalink
ci: try another one
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Nov 1, 2024
1 parent 7dbe631 commit 38adfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
compiler: D:/a/_temp/msys64/mingw64/bin/g++
build-args: -static
- os: macos-latest
compiler: clang++
compiler: g++
# MacOS cannot build fully static
# reference: https://stackoverflow.com/questions/5259249/creating-static-mac-os-x-c-build
build-args: -static-libgcc -static-libstdc++
Expand Down

0 comments on commit 38adfe9

Please sign in to comment.