Skip to content

Commit b54eb95

Browse files
committed
Remove 32-bit/i386 macOS build from CI
https://developer.apple.com/documentation/xcode-release-notes/xcode-10-release-notes The macOS 10.14 SDK no longer contains support for compiling 32-bit applications. If developers need to compile for i386, Xcode 9.4 or earlier is required. (39858111) No stable GitHub Actions macOS image includes that old of an Xcode version.
1 parent adaadae commit b54eb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- { name: "macOS Big Sur 11", distro: macos-11 }
8787
- { name: "macOS Monterey 12", distro: macos-12 }
8888
build_type: [Debug, Release]
89-
toolchain: ["gcc-macos-i386", "gcc-macos-x86_64", "gcc-macos-fat"]
89+
toolchain: ["gcc-macos-x86_64"]
9090

9191
name: "${{matrix.os.name}} ${{matrix.build_type}} ${{matrix.toolchain}}"
9292
runs-on: ${{matrix.os.distro}}

0 commit comments

Comments
 (0)