Update mac circleci environment (#644)
Apparently `Image xcode:9.0 is not supported` these days.
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
scripts/test.py
|
||||
test-mac:
|
||||
macos:
|
||||
xcode: "9.0"
|
||||
xcode: "12.2.0"
|
||||
environment:
|
||||
EMSDK_NOTTY: "1"
|
||||
# Without this, any `brew installl` command will result in self-update of
|
||||
|
||||
Reference in New Issue
Block a user