From 0b9ec0bfa0f6fe4f11f9d49f0a7ad358bc053354 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 6 Mar 2024 15:14:08 +0000 Subject: [PATCH] WIP: experiment using macos builders --- .github/workflows/task.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/task.yml b/.github/workflows/task.yml index 4a92b71..4d633eb 100644 --- a/.github/workflows/task.yml +++ b/.github/workflows/task.yml @@ -14,7 +14,7 @@ concurrency: jobs: task: name: ${{ matrix.command }} - runs-on: ubuntu-22.04 + runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -22,7 +22,11 @@ jobs: command: - lint - build - + os: + - ubuntu-22.04 + include: + command: build + os: macos-14 env: # We use this option only on release pipeline due to the heavy cost EXTRA_OPTS: --platform=linux/amd64,linux/arm64