diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 54bd3263b..67fafba25 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -48,6 +48,16 @@ jobs: bridge: "1.80.1", date: "20231119" } + - { + target: x86_64-apple-darwin, + os: macos-13, #macos-latest or macos-14 use M1 now, https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#:~:text=14%20GB-,macos%2Dlatest%20or%20macos%2D14,-The%20macos%2Dlatestlabel + extra-build-args: "", + arch: x86_64, + flutter: "3.13.9", + ref: "85ddfc0739f052cab0029c46b899b959ee94eeb8", + bridge: "1.80.1", + date: "20231119" + } steps: - name: Export GitHub Actions cache environment variables uses: actions/github-script@v6