1
0
Fork 0
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:
Koji Wakamiya 2024-05-02 00:07:26 +09:00
parent 593cfdfe08
commit 5f04b2ce5a
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
operating-system:
[ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
[ubuntu-latest, windows-latest, macos-latest, macos-13]
channel: [stable, beta, master]
dry-run: [true, false]
include:
@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
operating-system:
[ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
[ubuntu-latest, windows-latest, macos-latest, macos-13]
steps:
- name: Clone repository