mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
chore: Update operating system matrix
This commit is contained in:
parent
593cfdfe08
commit
5f04b2ce5a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/workflow.yaml
vendored
4
.github/workflows/workflow.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system:
|
operating-system:
|
||||||
[ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
|
[ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||||
channel: [stable, beta, master]
|
channel: [stable, beta, master]
|
||||||
dry-run: [true, false]
|
dry-run: [true, false]
|
||||||
include:
|
include:
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system:
|
operating-system:
|
||||||
[ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
|
[ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
|
Loading…
Reference in a new issue