Ah, "latest" is still 10.15 so can't do universal there. Try 11.0 explicitly

This commit is contained in:
Chris Cannam
2021-01-08 15:53:08 +00:00
parent f15eba1c8f
commit 9a97c74ca4

View File

@@ -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