CI/MacOS: switch the Qt4 job to run on an Intel Mac

Qt4 doesn't seem to work on Apple Silicon because OpenSSL 1.0 (a
requirement for Qt4) doesn't build on it correctly, trying to use X86
assembly.
pull/13147/head
Dylan Baker 7 months ago committed by Eli Schwartz
parent 3a94aef38d
commit 869bb7bc42
  1. 4
      .github/workflows/macos.yml

@ -126,7 +126,9 @@ jobs:
verbose: true
Qt4macos:
runs-on: macos-latest
# This job only works on Intel Macs, because OpenSSL 1.0 doesn't build on
# Apple ARM
runs-on: macos-13
env:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:

Loading…
Cancel
Save