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:
Roy Ivy III
2019-12-02 10:28:34 -06:00
committed by Pierre Peltier
parent 9d97d3a8e6
commit d299073eed

View File

@@ -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