Build SDL UI too on macos 11
This commit is contained in:
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@@ -406,6 +406,11 @@ jobs:
|
|||||||
new: on
|
new: on
|
||||||
slug: -NDR
|
slug: -NDR
|
||||||
ui:
|
ui:
|
||||||
|
- name: SDL GUI
|
||||||
|
qt: off
|
||||||
|
static: on
|
||||||
|
src-packages: >-
|
||||||
|
libsndfile
|
||||||
- name: Qt GUI
|
- name: Qt GUI
|
||||||
qt: on
|
qt: on
|
||||||
slug: -Qt
|
slug: -Qt
|
||||||
|
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
@@ -224,6 +224,7 @@ jobs:
|
|||||||
category: "/language:${{matrix.language}}"
|
category: "/language:${{matrix.language}}"
|
||||||
|
|
||||||
analyze-macos11:
|
analyze-macos11:
|
||||||
|
|
||||||
name: "Analyze macOS 11 (${{ matrix.ui.name }}, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, x86_64)"
|
name: "Analyze macOS 11 (${{ matrix.ui.name }}, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, x86_64)"
|
||||||
|
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
@@ -254,6 +255,8 @@ jobs:
|
|||||||
new: on
|
new: on
|
||||||
slug: -NDR
|
slug: -NDR
|
||||||
ui:
|
ui:
|
||||||
|
- name: SDL GUI
|
||||||
|
qt: off
|
||||||
- name: Qt GUI
|
- name: Qt GUI
|
||||||
qt: on
|
qt: on
|
||||||
slug: -Qt
|
slug: -Qt
|
||||||
|
Reference in New Issue
Block a user