Ah, "latest" is still 10.15 so can't do universal there. Try 11.0 explicitly
This commit is contained in:
4
.github/workflows/macos-ios.yml
vendored
4
.github/workflows/macos-ios.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user