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 aee5807
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ concurrency:
jobs:
task:
name: ${{ matrix.command }}
runs-on: ubuntu-22.04
runs-on:
- ubuntu-22.04
- macos-14

strategy:
fail-fast: false
Expand Down

0 comments on commit aee5807

Please sign in to comment.