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:
|
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:
|
||||||
@@ -72,7 +72,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
|
||||||
@@ -109,7 +109,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
test_print_output:
|
test_print_output:
|
||||||
runs-on: macos-latest
|
runs-on: macos-13
|
||||||
|
|
||||||
# These calls to setup.sh sepcify the -t flag, which enables test mode.
|
# These calls to setup.sh sepcify the -t flag, which enables test mode.
|
||||||
# Test mode uses hardcoded Flutter release manifests from test/ directory.
|
# Test mode uses hardcoded Flutter release manifests from test/ directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user