Skip to content

Commit 9bc1d83

Browse files
authored
Remove macos-14 from matrix (#304)
* fix: Fix conditional statements in workflow * chore: Update operating system matrix
1 parent bcec24e commit 9bc1d83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
operating-system:
30-
[ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
30+
[ubuntu-latest, windows-latest, macos-latest, macos-13]
3131
channel: [stable, beta, master]
3232
dry-run: [true, false]
3333
include:
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
matrix:
7474
operating-system:
75-
[ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
75+
[ubuntu-latest, windows-latest, macos-latest, macos-13]
7676

7777
steps:
7878
- name: Clone repository
@@ -109,7 +109,7 @@ jobs:
109109
shell: bash
110110

111111
test_print_output:
112-
runs-on: macos-latest
112+
runs-on: macos-13
113113

114114
# These calls to setup.sh sepcify the -t flag, which enables test mode.
115115
# Test mode uses hardcoded Flutter release manifests from test/ directory.

0 commit comments

Comments
 (0)