From 406369629d45e94c8134ab6571065ec03163b8cb Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Mon, 4 Dec 2023 23:59:44 -0800 Subject: [PATCH] chore: restore x86 mac testing Signed-off-by: Sam Gammon --- .github/workflows/ci.yml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8a22e6..c9b42c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,12 +209,14 @@ jobs: strategy: fail-fast: false matrix: - label: ["Ubuntu", "macOS M1", "Windows"] + label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"] include: - os: ubuntu-latest label: "Ubuntu" - os: macos-13-xlarge label: "macOS M1" + - os: macos-13 + label: "macOS x86" - os: windows-latest label: "Windows" @@ -243,12 +245,14 @@ jobs: strategy: fail-fast: false matrix: - label: ["Ubuntu", "macOS M1", "Windows"] + label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"] include: - os: ubuntu-latest label: "Ubuntu" - os: macos-13-xlarge label: "macOS M1" + - os: macos-13 + label: "macOS x86" - os: windows-latest label: "Windows" @@ -280,12 +284,14 @@ jobs: strategy: fail-fast: false matrix: - label: ["Ubuntu", "macOS M1", "Windows"] + label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"] include: - os: ubuntu-latest label: "Ubuntu" - os: macos-13-xlarge label: "macOS M1" + - os: macos-13 + label: "macOS x86" - os: windows-latest label: "Windows" @@ -334,12 +340,14 @@ jobs: strategy: fail-fast: false matrix: - label: ["Ubuntu", "macOS M1", "Windows"] + label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"] include: - os: ubuntu-latest label: "Ubuntu" - os: macos-13-xlarge label: "macOS M1" + - os: macos-13 + label: "macOS x86" - os: windows-latest label: "Windows" @@ -374,12 +382,16 @@ jobs: strategy: fail-fast: false matrix: - label: ["Ubuntu", "macOS M1"] + label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"] include: - os: ubuntu-latest label: "Ubuntu" - os: macos-13-xlarge label: "macOS M1" + - os: macos-13 + label: "macOS x86" + - os: windows-latest + label: "Windows" steps: - name: Harden Runner