mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 11:40:22 +00:00
GitHub CI Mac: use SSE4.2
This looks like to be least supported set (earliest yet supported model is Mac Pro Mid 2010).
This commit is contained in:
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@@ -111,7 +111,7 @@ jobs:
|
||||
- name: bootstrap
|
||||
run: .github/scripts/macOS/prepare.sh
|
||||
- name: configure
|
||||
run: ./autogen.sh --enable-qt --with-live555=/usr/local
|
||||
run: ARCH=-msse4.2 ./autogen.sh --enable-qt --with-live555=/usr/local
|
||||
- name: make bundle
|
||||
run: make -j4 gui-bundle
|
||||
- name: sign+notarize
|
||||
|
||||
Reference in New Issue
Block a user