From 9a97c74ca4d108dc127952c8c6c4838b37cc9425 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 8 Jan 2021 15:53:08 +0000 Subject: [PATCH] Ah, "latest" is still 10.15 so can't do universal there. Try 11.0 explicitly --- .github/workflows/macos-ios.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos-ios.yml b/.github/workflows/macos-ios.yml index a62baa6..b3929ce 100644 --- a/.github/workflows/macos-ios.yml +++ b/.github/workflows/macos-ios.yml @@ -9,7 +9,9 @@ on: jobs: build: - runs-on: macos-latest + # This did say "macos-latest", but it turns out "latest" is + # still 10.15 even though 11.0 is out. I know that feeling + runs-on: macos-11.0 steps: - uses: actions/checkout@v2