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 b08dca3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,21 @@ concurrency:

jobs:
task:
name: ${{ matrix.command }}
runs-on: ubuntu-22.04
name: ${{ matrix.name || matrix.command }}
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
command:
- lint
- build

os:
- ubuntu-22.04
include:
- command: build
os: macos-14
name: build@macos
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 b08dca3

Please sign in to comment.