1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

Merge pull request #281 from koji-1009/chore/m1_chip

chore: Add m1 chip macos machine
This commit is contained in:
Bartek Pacia 2024-03-31 17:24:36 +02:00 committed by GitHub
commit ab382cfb66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ on:
paths:
- setup.sh
- action.yml
- .github/workflows/workflow.yml
jobs:
lint_shellcheck:
runs-on: ubuntu-latest
@ -18,7 +19,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
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]
include:
- operating-system: ubuntu-latest
@ -48,7 +49,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
operating-system: [ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
steps:
- uses: actions/checkout@v4
- uses: ./