Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
WIP: experiment using macos builders
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 6, 2024
1 parent 82adf64 commit 0b9ec0b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,19 @@ concurrency:
jobs:
task:
name: ${{ matrix.command }}
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
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
Expand Down

0 comments on commit 0b9ec0b

Please sign in to comment.