From 9bc1d83fdada749fa9f89aa7fd151bfe3b0006ab Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Sun, 24 Nov 2024 07:26:02 +0900 Subject: [PATCH] Remove macos-14 from matrix (#304) * fix: Fix conditional statements in workflow * chore: Update operating system matrix --- .github/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 6a21a36..d8d89dd 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -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.