mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
chore: Add m1 chip macos
This commit is contained in:
parent
62f096cacd
commit
d1e0151b5f
1 changed files with 3 additions and 2 deletions
5
.github/workflows/workflow.yml
vendored
5
.github/workflows/workflow.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- setup.sh
|
- setup.sh
|
||||||
- action.yml
|
- action.yml
|
||||||
|
- .github/workflows/workflow.yml
|
||||||
jobs:
|
jobs:
|
||||||
lint_shellcheck:
|
lint_shellcheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -18,7 +19,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest, windows-latest, macos-latest]
|
operating-system: [ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
|
||||||
channel: [stable, beta, master]
|
channel: [stable, beta, master]
|
||||||
include:
|
include:
|
||||||
- operating-system: ubuntu-latest
|
- operating-system: ubuntu-latest
|
||||||
|
@ -48,7 +49,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest, windows-latest, macos-latest]
|
operating-system: [ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./
|
- uses: ./
|
||||||
|
|
Loading…
Reference in a new issue