mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-06 07:50:35 +00:00
add ARM builds
This commit is contained in:
parent
fe6f47b063
commit
eaa3827a40
2 changed files with 8 additions and 2 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
|
@ -5,8 +5,11 @@ on:
|
|||
- labeled
|
||||
jobs:
|
||||
pr-pull:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-13, macos-14]
|
||||
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
|
||||
runs-on: macos-13
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Set up Homebrew
|
||||
uses: Homebrew/actions/setup-homebrew@master
|
||||
|
|
|
|||
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -5,7 +5,10 @@ on:
|
|||
pull_request:
|
||||
jobs:
|
||||
test-bot:
|
||||
runs-on: macos-13
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-13, macos-14]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Set up Homebrew
|
||||
id: set-up-homebrew
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue