mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +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
|
- labeled
|
||||||
jobs:
|
jobs:
|
||||||
pr-pull:
|
pr-pull:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [macos-13, macos-14]
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
|
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
|
||||||
runs-on: macos-13
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Homebrew
|
- name: Set up Homebrew
|
||||||
uses: Homebrew/actions/setup-homebrew@master
|
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:
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
test-bot:
|
test-bot:
|
||||||
runs-on: macos-13
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [macos-13, macos-14]
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Homebrew
|
- name: Set up Homebrew
|
||||||
id: set-up-homebrew
|
id: set-up-homebrew
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue