mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-04-20 18:41:00 +02:00
maint/cicd ~ remove "i686-apple-darwin" from GHA:Build
- remove "i686-apple-darwin" build target - ... not buildable with the baseline GHA VM MacOS image (MacOS 10.15, OS X 10.15.1, Xcode 11.1) .# Discussion In 2017, Apple deprecated 32-bit executables, requiring 64-bit only submissions by Jan 2018. 32-bit support was completely removed from tooling with Xcode 10 and beyond. .# References <https://forums.developer.apple.com/thread/100211> @@ <https://archive.is/WHgYD> <https://forums.developer.apple.com/thread/108704> @@ <https://archive.is/qvfqL> <https://appleinsider.com/articles/18/04/11/new-macos-alert-notifies-users-apple-will-soon-end-32-bit-app-support> @@ <https://archive.is/vIyue> <https://appleinsider.com/articles/17/06/07/high-sierra-runs-on-all-sierra-capable-hardware-starts-process-to-kill-32-bit-apps> @@ <https://archive.is/kZdiW>
This commit is contained in:
committed by
Pierre Peltier
parent
9d97d3a8e6
commit
d299073eed
4
.github/workflows/CICD.yml
vendored
4
.github/workflows/CICD.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
- i686-unknown-linux-musl
|
||||
- x86_64-unknown-linux-gnu
|
||||
- x86_64-unknown-linux-musl
|
||||
# - i686-apple-darwin ## (deprecated/un-buildable)
|
||||
# - i686-apple-darwin ## (deprecated/un-buildable with Xcode > 9.4; refs: <https://forums.developer.apple.com/thread/100211>, <https://forums.developer.apple.com/thread/108704>)
|
||||
- x86_64-apple-darwin
|
||||
- i686-pc-windows-gnu
|
||||
- i686-pc-windows-msvc
|
||||
@@ -87,8 +87,6 @@ jobs:
|
||||
- target: x86_64-unknown-linux-musl
|
||||
os: ubuntu-latest
|
||||
cross: true
|
||||
- target: i686-apple-darwin
|
||||
os: macos-latest
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-latest
|
||||
- target: i686-pc-windows-gnu
|
||||
|
||||
Reference in New Issue
Block a user