From a3e64b66ed305407c69765999e9f108c3aca4e35 Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Mon, 28 Jul 2025 17:12:07 +0200 Subject: [PATCH] ci: Test and lint macOS x86_64 --- .github/workflows/lint.yml | 6 +++++- .github/workflows/test.yml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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'