diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c49cd9f7c5..ab3951fd23 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,6 +19,7 @@ jobs: - x86_64-unknown-linux-musl - x86_64-pc-windows-msvc - aarch64-apple-darwin + - x86_64-apple-darwin feature-args: ['', '-Funstable-mobile-app'] include: - target: x86_64-unknown-linux-musl @@ -29,7 +30,10 @@ jobs: display-os: Windows - target: aarch64-apple-darwin os: macos-14 - display-os: macOS + display-os: macOS – aarch64 + - target: x86_64-apple-darwin + os: macos-14 + display-os: macOS – x86_64 - feature-args: '' feature-suffix: '' - feature-args: '-Funstable-mobile-app' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a310107a57..318234c9bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,7 @@ jobs: - x86_64-unknown-linux-musl - x86_64-pc-windows-msvc - aarch64-apple-darwin + - x86_64-apple-darwin feature-args: ['', '-Funstable-mobile-app'] include: - target: x86_64-unknown-linux-musl @@ -29,7 +30,10 @@ jobs: display-os: Windows - target: aarch64-apple-darwin os: macos-14 - display-os: macOS + display-os: macOS – aarch64 + - target: x86_64-apple-darwin + os: macos-14 + display-os: macOS – x86_64 - feature-args: '' feature-suffix: '' - feature-args: '-Funstable-mobile-app'