Remove macos-14 from matrix (#304)
* fix: Fix conditional statements in workflow * chore: Update operating system matrix
This commit is contained in:
6
.github/workflows/workflow.yaml
vendored
6
.github/workflows/workflow.yaml
vendored
@@ -27,7 +27,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:
|
||||
@@ -72,7 +72,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
|
||||
@@ -109,7 +109,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
test_print_output:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-13
|
||||
|
||||
# These calls to setup.sh sepcify the -t flag, which enables test mode.
|
||||
# Test mode uses hardcoded Flutter release manifests from test/ directory.
|
||||
|
||||
Reference in New Issue
Block a user